mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Added event.Skip() to the OnFocusChange event. Fixes the pulldown menus.
This commit is contained in:
parent
9b1c2d3108
commit
87bffb5972
@ -1201,6 +1201,8 @@ void CFrame::OnFocusChange(wxFocusEvent& event)
|
|||||||
}
|
}
|
||||||
UpdateGUI();
|
UpdateGUI();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
event.Skip();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CFrame::DoFullscreen(bool enable_fullscreen)
|
void CFrame::DoFullscreen(bool enable_fullscreen)
|
||||||
|
Loading…
Reference in New Issue
Block a user