You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix "This control can't grab focus." warning spam
This commit is contained in:
@@ -5586,7 +5586,6 @@ void SpatialEditorPlugin::make_visible(bool p_visible) {
|
||||
|
||||
spatial_editor->show();
|
||||
spatial_editor->set_process(true);
|
||||
spatial_editor->grab_focus();
|
||||
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user