2
0
Fork 0

Merge pull request #43223 from KoBeWi/dedit

Disable active editors when node gets deselected
4.0
Rémi Verschelde 2021-01-29 12:29:15 +07:00 committed by GitHub
commit 1da4215841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}