Merge pull request #2150 from Tilka/gamelist_searching
DolphinWX: fix searching the game list in GTK
This commit is contained in:
commit
9063f0d16f
|
@ -773,11 +773,7 @@ void CGameListCtrl::OnKeyPress(wxListEvent& event)
|
|||
|
||||
wxString text = bleh.GetText();
|
||||
|
||||
#ifdef __WXGTK__
|
||||
if (text.MakeLower()[0] == event.GetKeyCode())
|
||||
#else
|
||||
if (text.MakeUpper()[0] == event.GetKeyCode())
|
||||
#endif
|
||||
{
|
||||
if (lastKey == event.GetKeyCode() && Loop < sLoop)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue