From 66f5c01b41959d02736255df0572e2cbfa18a18b Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 7 Aug 2013 17:46:05 +1000 Subject: Bug [#1511]. Ensure representation set up initially. --- src/Editor.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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() { -- cgit v1.2.3