aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-11-20 08:45:38 +0000
committernyamatongwe <unknown>2002-11-20 08:45:38 +0000
commitab396802a688ac872a4a84507961b9e96bae6b4c (patch)
tree6527b25619ee853f7376b8b77538440e50d99669 /src
parent9e45b0e7d3d6b025322a661448b7cb52c5106bc3 (diff)
downloadscintilla-mirror-ab396802a688ac872a4a84507961b9e96bae6b4c.tar.gz
Changed default layout caching to just the caret line.
Diffstat (limited to 'src')
-rw-r--r--src/Editor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 1126b27ff..003c1f8be 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -371,7 +371,7 @@ Editor::Editor() {
wrapWidth = LineLayout::wrapWidthInfinite;
docLineLastWrapped = -1;
- llc.SetLevel(LineLayoutCache::llcDocument);
+ llc.SetLevel(LineLayoutCache::llcCaret);
}
Editor::~Editor() {