]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/combobox.cpp
Make it possible to create just one clock, for testing
[wxWidgets.git] / src / gtk / combobox.cpp
index 1f39a8f9ad47b04584e4301673327b793f88c562..936f383894f0b5d74be07367d6bf19a8f75b2031 100644 (file)
@@ -378,7 +378,7 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value,
 //        gtk_widget_set_size_request( m_widget, setsize.x, setsize.y );
     }
 
-    SetBestSize(size); // need this too because this is a wxControlWithItems
+    SetInitialSize(size); // need this too because this is a wxControlWithItems
 
 
     return true;