]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.cpp
reSWIGged
[wxWidgets.git] / src / stc / stc.cpp
index 93a193a70c8503ef67687156fb027c2218738fb7..a9ca85c5c16ff28696266f08ae5a3c161ca54d26 100644 (file)
@@ -151,7 +151,7 @@ void wxStyledTextCtrl::Create(wxWindow *parent,
                                    const wxString& name)
 {
     wxControl::Create(parent, id, pos, size,
-              style | wxVSCROLL | wxHSCROLL | wxWANTS_CHARS | wxCLIP_CHILDREN,
+                      style | wxWANTS_CHARS | wxCLIP_CHILDREN,
               wxDefaultValidator, name);
 
 #ifdef LINK_LEXERS