]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listbox.cpp
handle correctly never/always shown scrollbars in GetClientSize()
[wxWidgets.git] / src / msw / listbox.cpp
index 9252783bed0406b208a24047ddfa1aea529f7294..1c7c0b5785d4f741040d5dc3b44a64d8574acd81 100644 (file)
@@ -177,7 +177,8 @@ bool wxListBox::Create(wxWindow *parent,
         Append(choices[i]);
     }
 
-    // now we can compute our best size correctly, so do it if necessary
+    // now we can compute our best size correctly, so do it again
+    InvalidateBestSize();
     SetInitialSize(size);
 
     return true;