From 4d565849231de130f0605b966ebc75e3a4e89217 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 23 Sep 2011 14:47:12 +1000 Subject: Optimize scrolling a long way by not invalidating fold margin if going to invalidate everything. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') 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; -- cgit v1.2.3