You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Fix Floating Window focus on run
This commit is contained in:
@@ -230,6 +230,8 @@ void GameView::_instance_starting(int p_idx, List<String> &r_arguments) {
|
|||||||
window_wrapper->set_window_title(appname);
|
window_wrapper->set_window_title(appname);
|
||||||
|
|
||||||
_show_update_window_wrapper();
|
_show_update_window_wrapper();
|
||||||
|
|
||||||
|
embedded_process->grab_focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
_update_arguments_for_instance(p_idx, r_arguments);
|
_update_arguments_for_instance(p_idx, r_arguments);
|
||||||
|
|||||||
Reference in New Issue
Block a user