Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Automatically set focus on game list window.
Fixes issue 5880.
  • Loading branch information
RachelBryk committed Jan 10, 2013
1 parent 99246e1 commit d6b53af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinWX/Src/GameListCtrl.cpp
Expand Up @@ -365,6 +365,7 @@ void CGameListCtrl::Update()

AutomaticColumnWidth();
ScrollLines(scrollPos);
SetFocus();
}

wxString NiceSizeFormat(s64 _size)
Expand Down

0 comments on commit d6b53af

Please sign in to comment.