mirror of
https://github.com/godotengine/godot.git
synced 2025-01-24 11:32:51 -05:00
Merge pull request #21831 from JFonS/fix_13849
Fix selection of spatial nodes after selecting a non-spatial one.
This commit is contained in:
commit
04eb6046c5
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
Reference in a new issue