]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/toolbar.cpp
using the foreground brush to fill mono bitmaps - gradients are not yet supported
[wxWidgets.git] / src / mac / carbon / toolbar.cpp
index 997a557d1be91b5f64e7103b02cde8365dbfbbdd..7614e623124c412aec03d1abf1f5b3a91f02613a 100644 (file)
@@ -792,6 +792,8 @@ bool wxToolBar::Create(
     if ( !wxToolBarBase::Create( parent, id, pos, size, style, wxDefaultValidator, name ) )
         return false;
 
+    FixupStyle();
+
     OSStatus err = noErr;
 
 #if wxMAC_USE_NATIVE_TOOLBAR