Fix selection of remote tree using the keyboard

This commit is contained in:
Michael Alexsander
2025-09-20 20:11:59 -03:00
parent 149a4b4ca1
commit 53231879b3
2 changed files with 23 additions and 0 deletions

View File

@ -72,6 +72,7 @@ private:
String last_filter;
void _scene_tree_folded(Object *p_obj);
void _scene_tree_selected();
void _scene_tree_selection_changed(TreeItem *p_item, int p_column, bool p_selected);
void _scene_tree_nothing_selected();
void _notify_selection_changed();