mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
fix wxw errors:
sliders being unresponsive during emulation. Fixes issue 4496. wxw complaining about non-stock menuitem without text (sysmenu menuitem). git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7579 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
bad9fd1f1d
commit
7e2adf6714
2 changed files with 4 additions and 4 deletions
|
@ -992,9 +992,8 @@ void CFrame::OnMouse(wxMouseEvent& event)
|
|||
X11Utils::SendButtonEvent(X11Utils::XDisplayFromHandle(GetHandle()), event.GetButton(),
|
||||
event.GetPosition().x, event.GetPosition().y, event.ButtonDown());
|
||||
}
|
||||
#else
|
||||
(void)event;
|
||||
#endif
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
void CFrame::DoFullscreen(bool bF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue