You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix selection of spatial nodes after selecting a non-spatial one.
Fixes #13849
This commit is contained in:
@@ -1548,6 +1548,8 @@ void EditorNode::_edit_current() {
|
|||||||
|
|
||||||
editor_plugin_screen->edit(current_obj);
|
editor_plugin_screen->edit(current_obj);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
editor_plugin_screen->edit(current_obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
Vector<EditorPlugin *> sub_plugins = editor_data.get_subeditors(current_obj);
|
Vector<EditorPlugin *> sub_plugins = editor_data.get_subeditors(current_obj);
|
||||||
|
|||||||
Reference in New Issue
Block a user