X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e5ec9cc58bc1508aadf5bc2387609b245358a74..b77b87881bae2e6306366d79e7fe160334b3d4a2:/src/stc/stc.cpp diff --git a/src/stc/stc.cpp b/src/stc/stc.cpp index 93a193a70c..a9ca85c5c1 100644 --- a/src/stc/stc.cpp +++ b/src/stc/stc.cpp @@ -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