aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-06-18 12:18:25 +1000
committernyamatongwe <devnull@localhost>2013-06-18 12:18:25 +1000
commit88ab035bd1811b97d6dbd789ebe2f3157864ebee (patch)
tree139bddd78b0b1c8b74ed1bf5e7b8ae0a73c5b5d4 /src/Editor.h
parenteff8ef7aeb6ff1db3ad02c5855b32d1a50a70b2c (diff)
downloadscintilla-mirror-88ab035bd1811b97d6dbd789ebe2f3157864ebee.tar.gz
Determine more accurately whether painting was abandoned by styling and so
decrease consequent line wrapping work.
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 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;