mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
DolphinWX: fix searching the game list in GTK
This commit is contained in:
parent
4fd980e6d4
commit
baf732b48b
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue