mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 06:10:35 +00:00
Fixed game_list focusing issue.
added line render_window->setFocus();
This commit is contained in:
committed by
CaptV0rt3x
parent
9fea870317
commit
255b58025b
@@ -390,6 +390,7 @@ void GMainWindow::BootGame(const std::string& filename) {
|
||||
game_list->hide();
|
||||
}
|
||||
render_window->show();
|
||||
render_window->setFocus();
|
||||
|
||||
emulation_running = true;
|
||||
OnStartGame();
|
||||
|
||||
Reference in New Issue
Block a user