Merge pull request #22287 from Chaosus/fix_warning

Fix "This control can't grab focus." warning spam
This commit is contained in:
Rémi Verschelde 2018-09-20 21:41:53 +02:00 committed by GitHub
commit f93a69cb6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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