aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2011-09-23 14:47:12 +1000
committernyamatongwe <nyamatongwe@gmail.com>2011-09-23 14:47:12 +1000
commita116e799566b1956aa2882a2094d0785d3ed8c2a (patch)
treeb4c4e3c1bec8da94ed53e8cb20740cbf51e6b22a /src/Editor.h
parentdec0664459fd586dd8862136194e6b1a5534cb68 (diff)
downloadscintilla-mirror-a116e799566b1956aa2882a2094d0785d3ed8c2a.tar.gz
Optimize scrolling a long way by not invalidating fold margin if going
to invalidate everything.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h
index f1a500b74..cd5695c09 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -226,6 +226,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
enum { notPainting, painting, paintAbandoned } paintState;
PRectangle rcPaint;
bool paintingAllText;
+ bool willRedrawAll;
StyleNeeded styleNeeded;
int modEventMask;