Keep selected node visible after filter change

(Implemented both for the local and remote scene tree docks.)
This commit is contained in:
Pedro J. Estébanez
2021-02-08 01:19:46 +01:00
parent 177b804f30
commit ef062b1c37
4 changed files with 30 additions and 7 deletions

View File

@@ -51,6 +51,7 @@ private:
Set<ObjectID> unfold_cache;
PopupMenu *item_menu = nullptr;
EditorFileDialog *file_dialog = nullptr;
String last_filter;
String _get_path(TreeItem *p_item);
void _scene_tree_folded(Object *p_obj);