X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1e01716310cb6e3bfcf5894b442d277bc32789a..90f6792f530002cf3718b0ab0ce7727be1d21729:/src/palmos/control.cpp diff --git a/src/palmos/control.cpp b/src/palmos/control.cpp index fea796246a..2211ff1537 100644 --- a/src/palmos/control.cpp +++ b/src/palmos/control.cpp @@ -26,6 +26,8 @@ #if wxUSE_CONTROLS +#include "wx/control.h" + #ifndef WX_PRECOMP #include "wx/event.h" #include "wx/app.h" @@ -33,14 +35,13 @@ #include "wx/log.h" #include "wx/settings.h" #include "wx/button.h" + #include "wx/checkbox.h" + #include "wx/radiobut.h" + #include "wx/slider.h" + #include "wx/toplevel.h" #endif -#include "wx/control.h" -#include "wx/toplevel.h" -#include "wx/checkbox.h" #include "wx/tglbtn.h" -#include "wx/radiobut.h" -#include "wx/slider.h" #include #include @@ -151,7 +152,7 @@ bool wxControl::PalmCreateControl(int style, m_palmControl = true; - SetInitialBestSize(size); + SetInitialSize(size); SetLabel(label); Show(); return true; @@ -201,7 +202,7 @@ bool wxControl::PalmCreateField(const wxString& label, m_palmField = true; - SetInitialBestSize(size); + SetInitialSize(size); SetLabel(label); Show(); return true;