]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/control.cpp
initial value set
[wxWidgets.git] / src / mac / control.cpp
index cc93410764b4515916c2c0267e74ced50e9b622e..ba80650d3081d11a3a8830e94f028b2386215227 100644 (file)
@@ -292,7 +292,7 @@ void wxControl::MacPostControlCreate()
     {
         // no font
     }
-    else if ( IsKindOf( CLASSINFO( wxStaticBox ) ) || IsKindOf( CLASSINFO( wxRadioBox ) ) || IsKindOf( CLASSINFO( wxButton ) ) )
+    else if ( !UMAHasAquaLayout() && (IsKindOf( CLASSINFO( wxStaticBox ) ) || IsKindOf( CLASSINFO( wxRadioBox ) ) || IsKindOf( CLASSINFO( wxButton ) ) ) )
     {
         ControlFontStyleRec     controlstyle ;
         controlstyle.flags = kControlUseFontMask ;