]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/combo.cpp
proper indentation
[wxWidgets.git] / src / msw / combo.cpp
index 6f70e37d05951595ab48042c043702887ac3bdfa..367f609c50038b717db6f5aa0a705cb4fb422a86 100644 (file)
@@ -149,8 +149,8 @@ bool wxComboCtrl::Create(wxWindow *parent,
     // Prepare background for double-buffering
     SetBackgroundStyle( wxBG_STYLE_CUSTOM );
 
-    // SetBestSize should be called last
-    SetBestSize(size);
+    // SetInitialSize should be called last
+    SetInitialSize(size);
 
     return true;
 }