X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1832043f93af07af3f4891d9a95c4d4e1f70eec5..e6cfcc0df2d7ea7a8a584744a699d72612b5443e:/src/palmos/slider.cpp diff --git a/src/palmos/slider.cpp b/src/palmos/slider.cpp index fc4ab1a954..72bb092ca1 100644 --- a/src/palmos/slider.cpp +++ b/src/palmos/slider.cpp @@ -155,7 +155,7 @@ bool wxSlider::Create(wxWindow *parent, wxWindowID id, if(slider==NULL) return false; - SetInitialBestSize(size); + SetInitialSize(size); Show(); return true; }