mirror of
https://github.com/godotengine/godot.git
synced 2026-02-08 03:38:29 +00:00
Fix selection of remote tree using the keyboard
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user