X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6fc8ae3c22f72f1caa78bc993ac8db545c49b6a..f5ba273ecd799f652736ce2bc830283787302a56:/src/gtk/combobox.cpp?ds=sidebyside diff --git a/src/gtk/combobox.cpp b/src/gtk/combobox.cpp index 8369ebbf0f..40e9370a10 100644 --- a/src/gtk/combobox.cpp +++ b/src/gtk/combobox.cpp @@ -138,8 +138,6 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value, PostCreation(); - ApplyWidgetStyle(); - ConnectWidget( GTK_COMBO(m_widget)->button ); if (!value.IsNull()) SetValue( value );