Merge pull request #44934 from KoBeWi/p-p-push_the_item

Properly edit the instanced node in the inspector
This commit is contained in:
Rémi Verschelde 2021-01-05 14:59:00 +01:00 committed by GitHub
commit c44a14496a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,6 +228,7 @@ void SceneTreeDock::_perform_instance_scenes(const Vector<String> &p_files, Node
}
editor_data->get_undo_redo().commit_action();
editor->push_item(instances[instances.size() - 1]);
}
void SceneTreeDock::_replace_with_branch_scene(const String &p_file, Node *base) {