diff options
author | nyamatongwe <unknown> | 2008-01-30 09:20:11 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2008-01-30 09:20:11 +0000 |
commit | 0a8a19bcede5aa35350d1ad0f2a3d7a8e8326dd3 (patch) | |
tree | c80a441bc5f771d624c9ee9b4cc93a0dee965ae6 /src/Editor.h | |
parent | 8a5cc90202b95f63cb131ceea0db72571e3f7cde (diff) | |
download | scintilla-mirror-0a8a19bcede5aa35350d1ad0f2a3d7a8e8326dd3.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_); |