mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 08:22:59 +00:00
Disable active editors when node gets deselected
This commit is contained in:
@@ -1807,6 +1807,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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user