X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/36043052e8e74ff1012cd788b8204130ed0a5137..08c068a4eb2d1d62a6a72142aff5b1477cf053bb:/src/msw/choice.cpp

diff --git a/src/msw/choice.cpp b/src/msw/choice.cpp
index 67feff0512..8fc25f779d 100644
--- a/src/msw/choice.cpp
+++ b/src/msw/choice.cpp
@@ -153,7 +153,7 @@ bool wxChoice::CreateAndInit(wxWindow *parent,
     }
 
     // and now we may finally size the control properly (if needed)
-    SetBestSize(size);
+    SetInitialSize(size);
 
     return true;
 }