Skip to content
Snippets Groups Projects
Commit dac86b61 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #2351 from CaptV0rt3x/master

Fixed game_list focus issue.
parents 4c45611a 27217c62
No related branches found
No related tags found
No related merge requests found
...@@ -390,6 +390,7 @@ void GMainWindow::BootGame(const std::string& filename) { ...@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment