aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2008-01-30 09:20:11 +0000
committernyamatongwe <unknown>2008-01-30 09:20:11 +0000
commit0a8a19bcede5aa35350d1ad0f2a3d7a8e8326dd3 (patch)
treec80a441bc5f771d624c9ee9b4cc93a0dee965ae6 /src/Editor.h
parent8a5cc90202b95f63cb131ceea0db72571e3f7cde (diff)
downloadscintilla-mirror-0a8a19bcede5aa35350d1ad0f2a3d7a8e8326dd3.tar.gz
Path from Boris optimizes redraw when extending selection.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h2
1 files changed, 1 insertions, 1 deletions
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_);