Skip to content

Commit

Permalink
Merge pull request #94649 from AeioMuch/fix_wrong_selection
Browse files Browse the repository at this point in the history
Fix node gets wrongly selected after moving another node in the tree
  • Loading branch information
akien-mga committed Jul 23, 2024
2 parents adf5884 + 393fb68 commit 432d15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/scene_tree_dock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2416,6 +2416,7 @@ void SceneTreeDock::_do_reparent(Node *p_new_parent, int p_position_in_parent, V

if (need_edit) {
EditorNode::get_singleton()->edit_current();
editor_selection->clear();
}
}

Expand Down

0 comments on commit 432d15e

Please sign in to comment.