From 0a8a19bcede5aa35350d1ad0f2a3d7a8e8326dd3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 30 Jan 2008 09:20:11 +0000 Subject: Path from Boris optimizes redraw when extending selection. --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index ee3db99b3..0d0b8ac9c 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -279,7 +279,7 @@ protected: // ScintillaBase subclass needs access to much of Editor int SelectionStart(); int SelectionEnd(); void SetRectangularRange(); - void InvalidateSelection(int currentPos_, int anchor_); + void InvalidateSelection(int currentPos_, int anchor_, bool invalidateWholeSelection); void SetSelection(int currentPos_, int anchor_); void SetSelection(int currentPos_); void SetEmptySelection(int currentPos_); -- cgit v1.2.3