mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
DolphinWX: fix searching the game list in GTK
This commit is contained in:
@ -771,11 +771,7 @@ void CGameListCtrl::OnKeyPress(wxListEvent& event)
|
|||||||
|
|
||||||
wxString text = bleh.GetText();
|
wxString text = bleh.GetText();
|
||||||
|
|
||||||
#ifdef __WXGTK__
|
|
||||||
if (text.MakeLower()[0] == event.GetKeyCode())
|
|
||||||
#else
|
|
||||||
if (text.MakeUpper()[0] == event.GetKeyCode())
|
if (text.MakeUpper()[0] == event.GetKeyCode())
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
if (lastKey == event.GetKeyCode() && Loop < sLoop)
|
if (lastKey == event.GetKeyCode() && Loop < sLoop)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user