X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7cdecac3b7597a3cbb9155d5ee46b852293d8c26..8b3fddc49326c0b6019cd7082218726aa17a5727:/src/stc/stc.cpp.in?ds=sidebyside diff --git a/src/stc/stc.cpp.in b/src/stc/stc.cpp.in index de370fc424..b3a666d865 100644 --- a/src/stc/stc.cpp.in +++ b/src/stc/stc.cpp.in @@ -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;