]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.cpp
Tidied/commented FL header files, regenerated docs and filled out Category section.
[wxWidgets.git] / src / stc / stc.cpp
index 2d9c445db3f2a42aa395dbb0b6f259b3ba80a1a9..b2da83040084c26482feae3a00063325e31a8810 100644 (file)
@@ -143,6 +143,7 @@ wxStyledTextCtrl::wxStyledTextCtrl(wxWindow *parent,
               style | wxVSCROLL | wxHSCROLL | wxWANTS_CHARS | wxCLIP_CHILDREN,
               wxDefaultValidator, name)
 {
+    wxForceScintillaLexers();
     m_swx = new ScintillaWX(this);
     m_stopWatch.Start();
     m_lastKeyDownConsumed = FALSE;