Skip to content

Commit

Permalink
Revert commit godotengine#86605
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusmdx committed May 22, 2024
1 parent 2149682 commit dc156d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/gui/scene_tree_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,8 @@ void SceneTreeEditor::set_selected(Node *p_node, bool p_emit_selected) {
return;
}

_update_tree();

TreeItem *item = p_node ? _find(tree->get_root(), p_node->get_path()) : nullptr;

if (item) {
Expand Down

0 comments on commit dc156d8

Please sign in to comment.