You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Tree Control select_mode is set to SELECT_ROW, TreeItem.deselect() will not deselect selected item.
Steps to reproduce
Add Tree Control to scene and set select_mode to SELECT_ROW. Create TreeItem and Button to deselect. Run scene and select item in Tree. Use Tree.get_selected() and on that deselect().
Godot version
v4.0.beta.custom_build [3cc926bf7]
System information
Windows 10, NVIDIA GeForce GTX 760
Issue description
If Tree Control select_mode is set to SELECT_ROW, TreeItem.deselect() will not deselect selected item.
Steps to reproduce
Add Tree Control to scene and set select_mode to SELECT_ROW. Create TreeItem and Button to deselect. Run scene and select item in Tree. Use Tree.get_selected() and on that deselect().
Minimal reproduction project
Tree_bug_example.zip
The text was updated successfully, but these errors were encountered: