we now must skip right click events in order to allow for context events to be generated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c4a49e11f7
commit
63d1f74fe9
@ -891,6 +891,10 @@ void wxControl::OnMouseEvent( wxMouseEvent &event )
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
event.Skip() ;
|
||||
}
|
||||
}
|
||||
|
||||
bool wxControl::MacCanFocus() const
|
||||
|
@ -891,6 +891,10 @@ void wxControl::OnMouseEvent( wxMouseEvent &event )
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
event.Skip() ;
|
||||
}
|
||||
}
|
||||
|
||||
bool wxControl::MacCanFocus() const
|
||||
|
Loading…
Reference in New Issue
Block a user