Automatically set focus on game list window.

Fixes issue 5880.
This commit is contained in:
Rachel Bryk 2013-01-10 14:29:48 -05:00
parent 99246e1d26
commit d6b53af115
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ void CGameListCtrl::Update()
AutomaticColumnWidth();
ScrollLines(scrollPos);
SetFocus();
}
wxString NiceSizeFormat(s64 _size)