Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set focus on game list after stopping emulation.
  • Loading branch information
RachelBryk committed Jan 11, 2013
1 parent f405663 commit 104f5a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinWX/Src/FrameTools.cpp
Expand Up @@ -1177,6 +1177,7 @@ void CFrame::DoStop()

m_GameListCtrl->Enable();
m_GameListCtrl->Show();
m_GameListCtrl->SetFocus();
UpdateGUI();
}
}
Expand Down

0 comments on commit 104f5a4

Please sign in to comment.