1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00
This commit is contained in:
Juan Linietsky
2015-12-04 10:19:58 -03:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1563,6 +1563,10 @@ void EditorNode::_edit_current() {
scene_tree_dock->set_selected(NULL);
property_editor->edit( NULL );
object_menu->set_disabled(true);
if (editor_plugin_over)
editor_plugin_over->make_visible(false);
return;
}