X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5a8ff8aab0fd27201ed8d07c17bf1a16aabfc93..4e9ed3647c0fc845a3746f4334837012b4ff4dc6:/src/mac/control.cpp diff --git a/src/mac/control.cpp b/src/mac/control.cpp index 946d01f263..1f62d46592 100644 --- a/src/mac/control.cpp +++ b/src/mac/control.cpp @@ -647,7 +647,6 @@ void wxControl::MacRedrawControl() { wxMacDrawingHelper help( win ) ; // the mac control manager always assumes to have the origin at 0,0 - SetOrigin( 0 , 0 ) ; wxDC::MacSetupBackgroundForCurrentPort( MacGetBackgroundBrush() ) ; UMADrawControl( m_macControl ) ; } @@ -667,7 +666,6 @@ void wxControl::OnPaint(wxPaintEvent& event) { wxMacDrawingHelper help( win ) ; // the mac control manager always assumes to have the origin at 0,0 - SetOrigin( 0 , 0 ) ; wxDC::MacSetupBackgroundForCurrentPort( MacGetBackgroundBrush() ) ; UMADrawControl( m_macControl ) ; }