mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-22 15:29:05 -05:00
Set focus on game list after stopping emulation.
This commit is contained in:
parent
f405663576
commit
104f5a4699
|
|
@ -1177,6 +1177,7 @@ void CFrame::DoStop()
|
|||
|
||||
m_GameListCtrl->Enable();
|
||||
m_GameListCtrl->Show();
|
||||
m_GameListCtrl->SetFocus();
|
||||
UpdateGUI();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user