HasFlag is not set at this point
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -354,8 +354,8 @@ bool wxTextCtrl::Create(wxWindow *parent, wxWindowID id,
|
|||||||
m_macIsUserPane = FALSE ;
|
m_macIsUserPane = FALSE ;
|
||||||
m_editable = true ;
|
m_editable = true ;
|
||||||
|
|
||||||
if ( !HasFlag(wxNO_BORDER) )
|
if ( ! ( style & wxNO_BORDER) )
|
||||||
style |= wxSUNKEN_BORDER ;
|
style = ( style & ~wxBORDER_MASK) | wxSUNKEN_BORDER ;
|
||||||
|
|
||||||
if ( !wxTextCtrlBase::Create(parent, id, pos, size, style & ~(wxHSCROLL|wxVSCROLL), validator, name) )
|
if ( !wxTextCtrlBase::Create(parent, id, pos, size, style & ~(wxHSCROLL|wxVSCROLL), validator, name) )
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Reference in New Issue
Block a user