From 5068b02e1f2ef2c0e05063498b01fb36d4f4a57c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 26 Jul 2007 07:28:36 +0000 Subject: Added notification for changing line state and use it to redraw if a line state change overruns the end of painting. --- src/Document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Document.h') diff --git a/src/Document.h b/src/Document.h index 4b13da060..c13114b75 100644 --- a/src/Document.h +++ b/src/Document.h @@ -224,7 +224,7 @@ public: void IncrementStyleClock(); void DecorationFillRange(int position, int value, int fillLength); - int SetLineState(int line, int state) { return cb.SetLineState(line, state); } + int SetLineState(int line, int state); int GetLineState(int line) { return cb.GetLineState(line); } int GetMaxLineState() { return cb.GetMaxLineState(); } -- cgit v1.2.3