Another scene tree dock menu cleanup

This commit is contained in:
Tomasz Chabora 2019-11-04 16:45:16 +01:00
parent 410373dce7
commit 4ed2abb0bf
3 changed files with 42 additions and 7 deletions

View file

@ -273,6 +273,7 @@ public:
void clear();
List<Node *> &get_selected_node_list();
List<Node *> get_full_selected_node_list();
Map<Node *, Object *> &get_selection() { return selection; }
EditorSelection();