diff options
author | nyamatongwe <devnull@localhost> | 2008-01-30 09:20:11 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2008-01-30 09:20:11 +0000 |
commit | 20ae21ae5f632d65f1a61a88870db8ae913ceb29 (patch) | |
tree | c80a441bc5f771d624c9ee9b4cc93a0dee965ae6 /src/Editor.h | |
parent | ecf6099ed2c77da3d7abaa06b4cdba98559ee244 (diff) | |
download | scintilla-mirror-20ae21ae5f632d65f1a61a88870db8ae913ceb29.tar.gz |
Path from Boris optimizes redraw when extending selection.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 2 |
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_); |