We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9ff39 commit ac20484Copy full SHA for ac20484
editor/editor_node.cpp
@@ -4096,6 +4096,7 @@ bool EditorNode::is_addon_plugin_enabled(const String &p_addon) const {
4096
void EditorNode::_remove_edited_scene(bool p_change_tab) {
4097
// When scene gets closed no node is edited anymore, so make sure the editors are notified before nodes are freed.
4098
hide_unused_editors(SceneTreeDock::get_singleton());
4099
+ SceneTreeDock::get_singleton()->clear_previous_node_selection();
4100
4101
int new_index = editor_data.get_edited_scene();
4102
int old_index = new_index;
0 commit comments