]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/tabctrl.cpp
GTK+ doesn't like slider with min=max values
[wxWidgets.git] / src / mac / carbon / tabctrl.cpp
index cad5bab4e01146cfaee5179426191945726c8199..bd557b762d77ef0bc1aaa4c3d8a716a4d566cec4 100644 (file)
@@ -56,10 +56,7 @@ bool wxTabCtrl::Create( wxWindow *parent,
         tabsize = kControlTabSizeSmall ;
     else if ( GetWindowVariant() == wxWINDOW_VARIANT_MINI )
     {
-        if (UMAGetSystemVersion() >= 0x1030 )
-            tabsize = 3 ;
-        else
-            tabsize = kControlSizeSmall;
+        tabsize = 3 ;
     }
 
     m_peer = new wxMacControl( this );