]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/wince/checklst.cpp
make wxSetEnv compatible with ANSI and Unicode, deprecate passing NULL to it in favou...
[wxWidgets.git] / src / msw / wince / checklst.cpp
index d2ce744d1f22c658a70ea89b5479dfbbce36223c..7f14ed6c63fd7940a05eacbd4445f5d9bab708fc 100644 (file)
 #include "wx/checklst.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
 #endif
 
-// include <commctrl.h> "properly"
-#include "wx/msw/wrapcctl.h"
-
 // ============================================================================
 // implementation
 // ============================================================================
@@ -118,7 +116,7 @@ bool wxCheckListBox::Create(wxWindow *parent, wxWindowID id,
     m_itemsClientData.SetCount(n);
 
     // now we can compute our best size correctly, so do it if necessary
-    SetBestSize(size);
+    SetInitialSize(size);
 
     return true;
 }