mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Merge pull request #86605 from KoBeWi/update_all_of_the_tree_not
Don't update tree on deselect
This commit is contained in:
commit
0fe0f1e992
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user