]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/listbox.cpp
fixed: clicking on links in the help view did nothing
[wxWidgets.git] / src / gtk / listbox.cpp
index 1085290fa26efd2fa42a7dc7732b33c48a6eabb2..a6ec6583647beaf0a500ec95fa39e7f5eefe4921 100644 (file)
@@ -465,7 +465,7 @@ bool wxListBox::Create( wxWindow *parent, wxWindowID id,
     m_parent->DoAddChild( this );
 
     PostCreation(size);
-    SetBestSize(size); // need this too because this is a wxControlWithItems
+    SetInitialSize(size); // need this too because this is a wxControlWithItems
 
     return true;
 }