git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26846
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const wxValidator& validator,
const wxString& name)
{
const wxValidator& validator,
const wxString& name)
{
+#ifdef __WXWINCE__
+ if ((style & wxBORDER_MASK) == 0)
+ style |= wxBORDER_SIMPLE;
+#endif
+
// base initialization
if ( !CreateBase(parent, id, pos, size, style, validator, name) )
return FALSE;
// base initialization
if ( !CreateBase(parent, id, pos, size, style, validator, name) )
return FALSE;