and the compilation fix for the warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bf57d1adac
commit
af8ec91907
@ -114,7 +114,7 @@ void wxToolBarSimple::OnKillFocus (wxFocusEvent& WXUNUSED(event))
|
||||
void wxToolBarSimple::OnMouseEvent ( wxMouseEvent & event )
|
||||
{
|
||||
wxCoord x, y;
|
||||
event.Position(&x, &y);
|
||||
event.GetPosition(&x, &y);
|
||||
wxToolBarTool *tool = FindToolForPosition(x, y);
|
||||
|
||||
if (event.LeftDown())
|
||||
|
Loading…
Reference in New Issue
Block a user