diff --git a/src/gtk/combobox.cpp b/src/gtk/combobox.cpp index d29e2acb48..e2bad2c0c4 100644 --- a/src/gtk/combobox.cpp +++ b/src/gtk/combobox.cpp @@ -187,8 +187,6 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value, G_CALLBACK (gtkcombobox_popupshown_callback), this); } - SetInitialSize(size); // need this too because this is a wxControlWithItems - return true; }