]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/textctrl.cpp
setter fix
[wxWidgets.git] / src / mac / textctrl.cpp
index 183c86981c919257767f1213a242fde3dad3f4af..90871927da1b9822193d6fdf24188f0c2b6d17bc 100644 (file)
@@ -683,7 +683,7 @@ bool wxTextCtrl::Create(wxWindow *parent, wxWindowID id,
     m_macUsesTXN &= (TXNInitTextension != (void*) kUnresolvedCFragSymbolAddress) ;
 
     // base initialization
-    if ( !wxTextCtrlBase::Create(parent, id, pos, size, style, validator, name) )
+    if ( !wxTextCtrlBase::Create(parent, id, pos, size, style & ~(wxHSCROLL|wxVSCROLL), validator, name) )
         return FALSE;
 
     wxSize mySize = size ;