diff options
author | Neil <nyamatongwe@gmail.com> | 2013-08-07 17:46:05 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-08-07 17:46:05 +1000 |
commit | 70266f078a31ef29fa520ac5b3f530dc991cd5be (patch) | |
tree | e7772168a3bbf77b6c59cdcc623b8750e7752bf8 /src | |
parent | 9a8847303de4724ddde15d8a3017d062798eae55 (diff) | |
download | scintilla-mirror-70266f078a31ef29fa520ac5b3f530dc991cd5be.tar.gz |
Bug [#1511]. Ensure representation set up initially.
Diffstat (limited to 'src')
-rw-r--r-- | src/Editor.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index 276326877..73068e330 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -232,6 +232,8 @@ Editor::Editor() { llc.SetLevel(LineLayoutCache::llcCaret); posCache.SetSize(0x400); + + SetRepresentations(); } Editor::~Editor() { |