mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 12:45:05 +01:00
Fixed game_list focusing issue.
added line render_window->setFocus();
This commit is contained in:
parent
20b832cfc1
commit
27217c621b
@ -390,6 +390,7 @@ void GMainWindow::BootGame(const std::string& filename) {
|
|||||||
game_list->hide();
|
game_list->hide();
|
||||||
}
|
}
|
||||||
render_window->show();
|
render_window->show();
|
||||||
|
render_window->setFocus();
|
||||||
|
|
||||||
emulation_running = true;
|
emulation_running = true;
|
||||||
OnStartGame();
|
OnStartGame();
|
||||||
|
Loading…
Reference in New Issue
Block a user