X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db434467a143a2c847c4bcfe987f0202c2d02bf2..65fa237423b734a06492b25b31fc0881c8c5229b:/src/gtk1/choice.cpp?ds=sidebyside

diff --git a/src/gtk1/choice.cpp b/src/gtk1/choice.cpp
index dda0c63e8f..d794e2a915 100644
--- a/src/gtk1/choice.cpp
+++ b/src/gtk1/choice.cpp
@@ -110,8 +110,6 @@ bool wxChoice::Create( wxWindow *parent, wxWindowID id,
 
     PostCreation();
 
-    ApplyWidgetStyle();
-
     SetFont( parent->GetFont() );
 
     wxSize size_best( DoGetBestSize() );