Fix selection of spatial nodes after selecting a non-spatial one.
Fixes #13849
This commit is contained in:
parent
cb63cc86e5
commit
b82f037818
1 changed files with 2 additions and 0 deletions
|
|
@ -1548,6 +1548,8 @@ void EditorNode::_edit_current() {
|
|||
|
||||
editor_plugin_screen->edit(current_obj);
|
||||
}
|
||||
} else {
|
||||
editor_plugin_screen->edit(current_obj);
|
||||
}
|
||||
|
||||
Vector<EditorPlugin *> sub_plugins = editor_data.get_subeditors(current_obj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue