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

This commit is contained in:
Chaosus 2018-09-20 15:29:38 +03:00
parent a65d9d96ea
commit e4c8efd051

View file

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