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:
Shawn Hoffman
2011-06-02 23:36:50 +00:00
parent bad9fd1f1d
commit 7e2adf6714
2 changed files with 4 additions and 4 deletions

View File

@ -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)