Skip to content

Commit 0fe0f1e

Browse files
committed
Merge pull request #86605 from KoBeWi/update_all_of_the_tree_not
Don't update tree on deselect
2 parents bd598d5 + 413f55b commit 0fe0f1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editor/gui/scene_tree_editor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,6 @@ void SceneTreeEditor::set_selected(Node *p_node, bool p_emit_selected) {
10131013
if (!p_node) {
10141014
selected = nullptr;
10151015
}
1016-
_update_tree();
10171016
selected = p_node;
10181017
}
10191018

0 commit comments

Comments
 (0)