]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/dc.cpp
making tool enable consistent (was using mix of enable and activate controls before)
[wxWidgets.git] / src / mac / classic / dc.cpp
index d906bac5a4d663f7fb4decde458db5767c17edfd..82811926423852639fd3bed75ba4270c530ba8dc 100644 (file)
@@ -533,7 +533,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