projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
implemented wxWindowDC and wxClientDC::GetSize() properly (fixes bug #503022)
[wxWidgets.git]
/
src
/
stc
/
stc.cpp.in
diff --git
a/src/stc/stc.cpp.in
b/src/stc/stc.cpp.in
index de370fc4243359726c30ff6f0fc7b0865ba40fd5..b3a666d8655aa9b528ce9101548473beb636eb35 100644
(file)
--- 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;