X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4114d0af4f09cca11a19121b0c4fcf4e9a2ad72c..29149a64916d6fdc53e445adca9ef83bc58fb6c3:/src/mac/app.cpp diff --git a/src/mac/app.cpp b/src/mac/app.cpp index f54dbe1e63..55df1bd41e 100644 --- a/src/mac/app.cpp +++ b/src/mac/app.cpp @@ -981,7 +981,7 @@ void wxApp::MacDoOneEvent() wxTheApp->ProcessIdle() ; } if ( event.what != kHighLevelEvent ) - SetRectRgn( s_macCursorRgn , event.where.h - 1 , event.where.v - 1, event.where.h + 1 , event.where.v + 1 ) ; + SetRectRgn( s_macCursorRgn , event.where.h , event.where.v , event.where.h + 1 , event.where.v + 1 ) ; // repeaters @@ -1194,6 +1194,8 @@ void wxApp::MacHandleMouseDownEvent( EventRecord *ev ) } else { + if ( win ) + win->MacMouseDown( ev , windowPart ) ; UMASelectWindow( window ) ; } }