git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25532
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
bool wxWindowMac::MacDispatchMouseEvent(wxMouseEvent& event)
-{
- //In case a third-party component changed the port...
- wxMacPortStateHelper help( (GrafPtr) GetWindowPort( (WindowRef) MacGetRootWindow()) ) ;
- wxMacWindowClipper clip (this);
-
+{
if ((event.m_x < m_x) || (event.m_y < m_y) ||
(event.m_x > (m_x + m_width)) || (event.m_y > (m_y + m_height)))
return FALSE;
}
bool wxWindowMac::MacDispatchMouseEvent(wxMouseEvent& event)
-{
- //In case a third-party component changed the port...
- wxMacPortStateHelper help( (GrafPtr) GetWindowPort( (WindowRef) MacGetRootWindow()) ) ;
- wxMacWindowClipper clip (this);
-
+{
if ((event.m_x < m_x) || (event.m_y < m_y) ||
(event.m_x > (m_x + m_width)) || (event.m_y > (m_y + m_height)))
return FALSE;