Browse Source

Fix "This control can't grab focus." warning spam

Chaosus 7 years ago
parent
commit
e4c8efd051
1 changed files with 0 additions and 1 deletions
  1. 0 1
      editor/plugins/spatial_editor_plugin.cpp

+ 0 - 1
editor/plugins/spatial_editor_plugin.cpp

@@ -5586,7 +5586,6 @@ void SpatialEditorPlugin::make_visible(bool p_visible) {
 
 		spatial_editor->show();
 		spatial_editor->set_process(true);
-		spatial_editor->grab_focus();
 
 	} else {