X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4da9a943131e6654f05dbf0761e52593d30e5b5..0bf36922c8a60f19dccc3889c15b281fc94d69c5:/src/palmos/control.cpp diff --git a/src/palmos/control.cpp b/src/palmos/control.cpp index 78f94c3182..2211ff1537 100644 --- a/src/palmos/control.cpp +++ b/src/palmos/control.cpp @@ -38,9 +38,9 @@ #include "wx/checkbox.h" #include "wx/radiobut.h" #include "wx/slider.h" + #include "wx/toplevel.h" #endif -#include "wx/toplevel.h" #include "wx/tglbtn.h" #include @@ -152,7 +152,7 @@ bool wxControl::PalmCreateControl(int style, m_palmControl = true; - SetInitialBestSize(size); + SetInitialSize(size); SetLabel(label); Show(); return true; @@ -202,7 +202,7 @@ bool wxControl::PalmCreateField(const wxString& label, m_palmField = true; - SetInitialBestSize(size); + SetInitialSize(size); SetLabel(label); Show(); return true;