mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
Fixed game_list focusing issue.
added line render_window->setFocus();
This commit is contained in:
parent
9fea870317
commit
255b58025b
1 changed files with 1 additions and 0 deletions
|
@ -390,6 +390,7 @@ void GMainWindow::BootGame(const std::string& filename) {
|
|||
game_list->hide();
|
||||
}
|
||||
render_window->show();
|
||||
render_window->setFocus();
|
||||
|
||||
emulation_running = true;
|
||||
OnStartGame();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue