Fix Floating Window focus on run
This commit is contained in:
parent
1586c5674b
commit
3387ee1ab2
1 changed files with 2 additions and 0 deletions
|
|
@ -230,6 +230,8 @@ void GameView::_instance_starting(int p_idx, List<String> &r_arguments) {
|
|||
window_wrapper->set_window_title(appname);
|
||||
|
||||
_show_update_window_wrapper();
|
||||
|
||||
embedded_process->grab_focus();
|
||||
}
|
||||
|
||||
_update_arguments_for_instance(p_idx, r_arguments);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue