]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/choice.cpp
typo
[wxWidgets.git] / src / mac / carbon / choice.cpp
index ff814d85612c467da7b0385e98fe893e58065bfc..677acc8cfe53c962bae60d1d0f2dccc5ac598189 100644 (file)
@@ -101,7 +101,7 @@ bool wxChoice::Create(wxWindow *parent,
         SetSelection( 0 );
 
     // Needed because it is a wxControlWithItems
-    SetBestSize( size );
+    SetInitialSize( size );
 
     return true;
 }