Skip to content

Commit

Permalink
Merge pull request #86605 from KoBeWi/update_all_of_the_tree_not
Browse files Browse the repository at this point in the history
Don't update tree on deselect
  • Loading branch information
akien-mga committed Apr 26, 2024
2 parents bd598d5 + 413f55b commit 0fe0f1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/gui/scene_tree_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,6 @@ void SceneTreeEditor::set_selected(Node *p_node, bool p_emit_selected) {
if (!p_node) {
selected = nullptr;
}
_update_tree();
selected = p_node;
}

Expand Down

0 comments on commit 0fe0f1e

Please sign in to comment.