Scene Tree Dock: added ability to deselect items when clicking on empty space
This commit is contained in:
parent
6086252f66
commit
b8b5bb6577
3 changed files with 13 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue