git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20650
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
SetValidator(validator);
#endif // wxUSE_VALIDATORS
SetValidator(validator);
#endif // wxUSE_VALIDATORS
+ if ((style & wxBORDER_MASK) == wxBORDER_DEFAULT)
+ style |= wxNO_BORDER;
+
SetBackgroundColour(parent->GetBackgroundColour()) ;
SetForegroundColour(parent->GetForegroundColour()) ;
m_windowStyle = style;
SetBackgroundColour(parent->GetBackgroundColour()) ;
SetForegroundColour(parent->GetForegroundColour()) ;
m_windowStyle = style;