aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r--src/Editor.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 4163c45b2..8a8bae6cc 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -773,6 +773,7 @@ void Editor::MultipleSelectAdd(AddNumber addNumber) {
selectedText.c_str(), searchFlags, &lengthFound);
if (pos >= 0) {
sel.AddSelection(SelectionRange(pos + lengthFound, pos));
+ ContainerNeedsUpdate(SC_UPDATE_SELECTION);
ScrollRange(sel.RangeMain());
Redraw();
if (addNumber == addOne)