Set focus on game list after stopping emulation.

This commit is contained in:
Rachel Bryk 2013-01-11 17:53:34 -05:00
parent f405663576
commit 104f5a4699
1 changed files with 1 additions and 0 deletions

View File

@ -1177,6 +1177,7 @@ void CFrame::DoStop()
m_GameListCtrl->Enable();
m_GameListCtrl->Show();
m_GameListCtrl->SetFocus();
UpdateGUI();
}
}