]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/stc/stc.cpp.in
renamed wxWave to wxSound
[wxWidgets.git] / contrib / src / stc / stc.cpp.in
index d94ba9ac68f65d9f9564bc84b0894aaf41d52eee..b10b081bb71fd13d462931ce16e2a2a7a38772ac 100644 (file)
@@ -150,6 +150,9 @@ void wxStyledTextCtrl::Create(wxWindow *parent,
                                    long style,
                                    const wxString& name)
 {
+#ifdef __WXMAC__
+    style |= wxVSCROLL | wxHSCROLL;
+#endif
     wxControl::Create(parent, id, pos, size,
               style | wxWANTS_CHARS | wxCLIP_CHILDREN,
               wxDefaultValidator, name);