Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error in mapping generator #904

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Fix error in mapping generator #904

merged 1 commit into from
Jan 8, 2025

Conversation

crazycat256
Copy link
Contributor

What's new

Nothing

What's fixed

This error:

java.lang.IllegalArgumentException: Children: duplicate children added: parent = Grid hgap=5.0, vgap=5.0, alignment=TOP_LEFT
	at javafx.graphics@22.0.1/javafx.scene.Parent$3.onProposedChange(Parent.java:562)
	at javafx.base@22.0.1/com.sun.javafx.collections.VetoableListDecorator.addAll(VetoableListDecorator.java:238)
	at javafx.base@22.0.1/com.sun.javafx.collections.VetoableListDecorator.addAll(VetoableListDecorator.java:105)
	at javafx.graphics@22.0.1/javafx.scene.layout.GridPane.addRow(GridPane.java:1032)
	at software.coley.recaf.ui.pane.MappingGeneratorPane$IncludeName.fillConfigurator(MappingGeneratorPane.java:791)
	at software.coley.recaf.ui.pane.MappingGeneratorPane$FilterWithConfigNode.getConfigurator(MappingGeneratorPane.java:1006)
	at software.coley.recaf.ui.pane.MappingGeneratorPane.showConfigurator(MappingGeneratorPane.java:436)
	at software.coley.recaf.ui.pane.MappingGeneratorPane.lambda$createFilterDisplay$10(MappingGeneratorPane.java:367)
	at software.coley.recaf.ui.control.ActionButton.wrap(ActionButton.java:147)
	at software.coley.recaf.ui.control.ActionButton.lambda$new$2(ActionButton.java:67)

It occurs when you try to add an "Include names" filter in the mapping generator

The error occured when you try to add an "Include names" filter
@Col-E
Copy link
Owner

Col-E commented Jan 8, 2025

Copy paste strikes again 😢

@Col-E Col-E merged commit b52c58d into Col-E:master Jan 8, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants