]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/choice.cpp
fixed new charset detection code (langinfo.h not included in intl.cpp; langinfo.h...
[wxWidgets.git] / src / gtk1 / choice.cpp
index dda0c63e8ffca99b76af48a0944e6b45e580f5d5..d794e2a915de0979ee77102f060cbb8a4320319f 100644 (file)
@@ -110,8 +110,6 @@ bool wxChoice::Create( wxWindow *parent, wxWindowID id,
 
     PostCreation();
 
-    ApplyWidgetStyle();
-
     SetFont( parent->GetFont() );
 
     wxSize size_best( DoGetBestSize() );