Merge pull request #43223 from KoBeWi/dedit
Disable active editors when node gets deselected
This commit is contained in:
commit
1da4215841
1 changed files with 1 additions and 0 deletions
|
@ -1858,6 +1858,7 @@ void EditorNode::push_item(Object *p_object, const String &p_property, bool p_in
|
|||
node_dock->set_node(nullptr);
|
||||
scene_tree_dock->set_selected(nullptr);
|
||||
inspector_dock->update(nullptr);
|
||||
_display_top_editors(false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue