Scene Tree Dock: added ability to deselect items when clicking on empty space

This commit is contained in:
Dmitry Koteroff 2017-11-26 14:49:21 +03:00
parent 6086252f66
commit b8b5bb6577
3 changed files with 13 additions and 0 deletions

View file

@ -78,6 +78,7 @@ class SceneTreeEditor : public Control {
TreeItem *_find(TreeItem *p_node, const NodePath &p_path);
void _notification(int p_what);
void _selected_changed();
void _deselect_items();
void _rename_node(ObjectID p_node, const String &p_name);
void _cell_collapsed(Object *p_obj);