diff options
author | kobewi <kobewi4e@gmail.com> | 2021-01-05 14:14:45 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2021-01-05 14:14:45 +0100 |
commit | f5d51288b895df5495871586b33977ab76ac02b8 (patch) | |
tree | e3767ef414feea647fcb11d60b71a4800e78c4dd /editor | |
parent | 47353fb42efb019bc023b17035932ea8fcbdb768 (diff) |
Properly edit the instanced node in the inspector
Diffstat (limited to 'editor')
-rw-r--r-- | editor/scene_tree_dock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/scene_tree_dock.cpp b/editor/scene_tree_dock.cpp index f317ac581f..17d3883689 100644 --- a/editor/scene_tree_dock.cpp +++ b/editor/scene_tree_dock.cpp @@ -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) { |