diff options
-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() { |