diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-09-20 21:41:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 21:41:53 +0200 |
commit | f93a69cb6e7175174cb8ab7d1122a87e74b42d96 (patch) | |
tree | 4d30e20e73720ab68f88ad32ce51bddb457b714e /editor/plugins | |
parent | 0b705d558314e095c04c2120eb62df061e736f00 (diff) | |
parent | e4c8efd0514bacc96b6a74f254adda741ad2a319 (diff) |
Merge pull request #22287 from Chaosus/fix_warning
Fix "This control can't grab focus." warning spam
Diffstat (limited to 'editor/plugins')
-rw-r--r-- | editor/plugins/spatial_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/spatial_editor_plugin.cpp b/editor/plugins/spatial_editor_plugin.cpp index fed4362405..d5e5589de9 100644 --- a/editor/plugins/spatial_editor_plugin.cpp +++ b/editor/plugins/spatial_editor_plugin.cpp @@ -5584,7 +5584,6 @@ void SpatialEditorPlugin::make_visible(bool p_visible) { spatial_editor->show(); spatial_editor->set_process(true); - spatial_editor->grab_focus(); } else { |