diff options
| author | nyamatongwe <nyamatongwe@gmail.com> | 2011-09-23 14:47:12 +1000 |
|---|---|---|
| committer | nyamatongwe <nyamatongwe@gmail.com> | 2011-09-23 14:47:12 +1000 |
| commit | a116e799566b1956aa2882a2094d0785d3ed8c2a (patch) | |
| tree | b4c4e3c1bec8da94ed53e8cb20740cbf51e6b22a /src/Editor.h | |
| parent | dec0664459fd586dd8862136194e6b1a5534cb68 (diff) | |
| download | scintilla-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.h | 1 |
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; |
