mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Automatically set focus on game list window.
Fixes issue 5880.
This commit is contained in:
@ -365,6 +365,7 @@ void CGameListCtrl::Update()
|
||||
|
||||
AutomaticColumnWidth();
|
||||
ScrollLines(scrollPos);
|
||||
SetFocus();
|
||||
}
|
||||
|
||||
wxString NiceSizeFormat(s64 _size)
|
||||
|
Reference in New Issue
Block a user