From: Stefan Csomor Date: Sun, 31 Jul 2005 17:32:06 +0000 (+0000) Subject: mouse-capture fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8fc754bf2bc32de45d85a519e7706fa122d42731?ds=inline mouse-capture fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/toplevel.cpp b/src/mac/carbon/toplevel.cpp index 735fd048ee..5130f2ba55 100644 --- a/src/mac/carbon/toplevel.cpp +++ b/src/mac/carbon/toplevel.cpp @@ -473,6 +473,7 @@ pascal OSStatus wxMacTopLevelMouseEventHandler( EventHandlerCallRef handler , Ev if ( wxApp::s_captureWindow ) { window = (WindowRef) wxApp::s_captureWindow->MacGetTopLevelWindowRef() ; + windowPart = inContent ; } #endif