]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/control.cpp
placeholder
[wxWidgets.git] / src / mac / carbon / control.cpp
index 49be26a16ccb9fd5cdc6e6332803eae751ad824a..033c3bde05f2484bb200065133aeb910e809bf2d 100644 (file)
@@ -196,6 +196,8 @@ wxControl::~wxControl()
     }
     if ( (ControlHandle) m_macControl )
     {
+        // in case the callback might be called during destruction
+        ::SetControlColorProc( (ControlHandle) m_macControl , NULL ) ;
         ::DisposeControl( (ControlHandle) m_macControl ) ;
         m_macControl = NULL ;
     }