You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Merge pull request #22287 from Chaosus/fix_warning
Fix "This control can't grab focus." warning spam
This commit is contained in:
@@ -5584,7 +5584,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