Fix "reparent to new node" when node has internal children
(cherry picked from commit 8da49ab947
)
This commit is contained in:
parent
7f0cc1aa35
commit
02c45088ea
|
@ -2920,7 +2920,7 @@ void SceneTreeDock::_create() {
|
|||
int original_position = -1;
|
||||
if (only_one_top_node) {
|
||||
parent = top_node->get_parent();
|
||||
original_position = top_node->get_index();
|
||||
original_position = top_node->get_index(false);
|
||||
} else {
|
||||
parent = top_node->get_parent()->get_parent();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue