Disable active editors when node gets deselected

(cherry picked from commit 958d23968d)
This commit is contained in:
Tomasz Chabora 2020-10-30 23:29:07 +01:00 committed by Rémi Verschelde
parent 995388cf6f
commit 04ce4e6abb
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -1815,6 +1815,7 @@ void EditorNode::push_item(Object *p_object, const String &p_property, bool p_in
node_dock->set_node(NULL);
scene_tree_dock->set_selected(NULL);
inspector_dock->update(NULL);
_display_top_editors(false);
return;
}