mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Automatically set focus on game list window.
Fixes issue 5880.
This commit is contained in:
parent
99246e1d26
commit
d6b53af115
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ void CGameListCtrl::Update()
|
|||
|
||||
AutomaticColumnWidth();
|
||||
ScrollLines(scrollPos);
|
||||
SetFocus();
|
||||
}
|
||||
|
||||
wxString NiceSizeFormat(s64 _size)
|
||||
|
|
Loading…
Add table
Reference in a new issue