X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6fc8ae3c22f72f1caa78bc993ac8db545c49b6a..8185521695af751c39e16b7bce9370c4f82bc9a5:/src/gtk/combobox.cpp 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 );