]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/notebmac.cpp
fix Alt-letter navigation with spin controls (bug 672974)
[wxWidgets.git] / src / mac / notebmac.cpp
index 33c40fe4486fe485d9e4d1b1794fdf8cbe507394..56cacb02a2392596999174936c07daf09238d85b 100644 (file)
@@ -369,8 +369,7 @@ void wxNotebook::MacSetupTabs()
         SetControlData( (ControlHandle) m_macControl, ii+1, kControlTabInfoTag,
             sizeof( ControlTabInfoRec) , (char*) &info ) ;
         SetTabEnabled( (ControlHandle) m_macControl , ii+1 , true ) ;
-        
-#if TARGET_CARBON
+#if 0 // TARGET_CARBON
         if ( GetImageList() && GetPageImage(ii) >= 0 && UMAGetSystemVersion() >= 0x1020 )
         {
             // tab controls only support very specific types of images, therefore we are doing an odyssee