mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -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();
|
AutomaticColumnWidth();
|
||||||
ScrollLines(scrollPos);
|
ScrollLines(scrollPos);
|
||||||
|
SetFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
wxString NiceSizeFormat(s64 _size)
|
wxString NiceSizeFormat(s64 _size)
|
||||||
|
Reference in New Issue
Block a user