aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-08-07 17:46:05 +1000
committerNeil <nyamatongwe@gmail.com>2013-08-07 17:46:05 +1000
commit66f5c01b41959d02736255df0572e2cbfa18a18b (patch)
tree28209ad5c2d30882476e1d667ecb4f869623d29f
parentef143062cbcb32fb05faa02f33903a2601afebf2 (diff)
downloadscintilla-mirror-66f5c01b41959d02736255df0572e2cbfa18a18b.tar.gz
Bug [#1511]. Ensure representation set up initially.
-rw-r--r--src/Editor.cxx2
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() {