]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/dc.cpp
corrected preproc condition
[wxWidgets.git] / src / mac / carbon / dc.cpp
index 8011e7da3f4954bdaf0d5c2e093fbfaaf3916aa3..206e8941a5f1b90eebdccd8b28688b85c91953ce 100644 (file)
@@ -512,7 +512,7 @@ void wxDC::DestroyClippingRegion()
 {
     wxMacFastPortSetter helper(this) ;
     CopyRgn( (RgnHandle) m_macBoundaryClipRgn , (RgnHandle) m_macCurrentClipRgn ) ;
-    m_clipping = FALSE;
+    ResetClipping();
 }
 
 void wxDC::DoGetSizeMM( int* width, int* height ) const