From 71851f214226abf8bd20a5236bf6760dee4e5c11 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 18 Jun 2013 12:18:25 +1000 Subject: Determine more accurately whether painting was abandoned by styling and so decrease consequent line wrapping work. --- 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 86b6acd9e..b47bd24c0 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -238,6 +238,7 @@ protected: // ScintillaBase subclass needs access to much of Editor int theEdge; enum { notPainting, painting, paintAbandoned } paintState; + bool paintAbandonedByStyling; PRectangle rcPaint; bool paintingAllText; bool willRedrawAll; -- cgit v1.2.3