Merge pull request #21831 from JFonS/fix_13849

Fix selection of spatial nodes after selecting a non-spatial one.
This commit is contained in:
Rémi Verschelde 2018-09-10 15:39:31 +02:00 committed by GitHub
commit 04eb6046c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);