]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/statbox.cpp
Compilation fix for mingw32 - will this break cygwin?
[wxWidgets.git] / src / gtk1 / statbox.cpp
index eb53692cfc08b576c5dc5e277d2cde3be63d63df..7afc40103d6317e3272bbc4dcdcc6e04153a8478 100644 (file)
@@ -61,10 +61,7 @@ bool wxStaticBox::Create( wxWindow *parent, wxWindowID id, const wxString &label
 
     SetLabel(label);
   
-    ApplyWidgetStyle();
-
     SetFont( parent->GetFont() );
-    
 
     SetBackgroundColour( parent->GetBackgroundColour() );
     SetForegroundColour( parent->GetForegroundColour() );