]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/control.cpp
fix when bitmap is not valid
[wxWidgets.git] / src / mac / control.cpp
index 417aba00c8685369abc4806fd550d04ee0079f1a..9e6e9197912634743096391ba829f5f1ca5fb7c9 100644 (file)
@@ -401,8 +401,11 @@ void wxControl::MacPostControlCreate()
            wxMacControlActionUPP = NewControlDefUPP( wxMacControlDefintion ) ;
        }
 #if TARGET_CARBON
+/*
+    only working under classic carbon
     m_macControlAction = *(**(ControlHandle)m_macControl).contrlDefProc ;
     (**(ControlHandle)m_macControl).contrlDefProc = (Handle) &wxMacControlActionUPP ;
+*/
 #else
     m_macControlAction = *(**(ControlHandle)m_macControl).contrlDefProc ;
 
@@ -764,11 +767,6 @@ void wxControl::MacRedrawControl()
 
 void wxControl::OnPaint(wxPaintEvent& event)
 {
-    if ( IsKindOf( CLASSINFO( wxBitmapButton ) ) )
-    {
-        int i ;
-        i = 0 ;
-    }
     if ( (ControlHandle) m_macControl )
     {
         wxPaintDC dc(this) ;