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

When deleting duplicate items from custom menus, wrong one is deleted #35

Open
RedMser opened this issue Nov 23, 2024 · 0 comments
Open
Labels
bug Something isn't working gui Godot GUI tool.

Comments

@RedMser
Copy link
Owner

RedMser commented Nov 23, 2024

e.g. create a menu like this:

A
B
A
C
A

Clicking the delete button on the middle A will instead delete the first one. This is due to searching child element by ID instead of by index.

Code location: CTRL+F for vc.delete.connect

@RedMser RedMser added bug Something isn't working gui Godot GUI tool. labels Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gui Godot GUI tool.
Projects
None yet
Development

No branches or pull requests

1 participant