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:
@@ -891,6 +891,10 @@ void wxControl::OnMouseEvent( wxMouseEvent &event )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
event.Skip() ;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool wxControl::MacCanFocus() const
|
bool wxControl::MacCanFocus() const
|
||||||
|
@@ -891,6 +891,10 @@ void wxControl::OnMouseEvent( wxMouseEvent &event )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
event.Skip() ;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool wxControl::MacCanFocus() const
|
bool wxControl::MacCanFocus() const
|
||||||
|
Reference in New Issue
Block a user