Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Nov 14, 2024
2 parents 9549aa0 + 194f1a8 commit b96c23e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ protected void fillConfigurator(@Nonnull BiConsumer<StringBinding, Node> sink) {
grid.addRow(2, new BoundLabel(Lang.getBinding("mapgen.filter.method-name")),
txtMethod, new BoundComboBox<>(methodPredicateId, stringPredicatesWithNull, textPredicateConverter));
grid.addRow(3, new BoundLabel(Lang.getBinding("mapgen.filter.variable-name")),
txtMethod, new BoundComboBox<>(variablePredicateId, stringPredicatesWithNull, textPredicateConverter));
txtVariable, new BoundComboBox<>(variablePredicateId, stringPredicatesWithNull, textPredicateConverter));
sink.accept(null, grid);
}
}
Expand Down

0 comments on commit b96c23e

Please sign in to comment.