diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Editor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index a3f9e1845..29186365e 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -3080,8 +3080,8 @@ void Editor::CursorUpOrDown(int direction, Selection::selTypes selt) { SetRectangularRange(); MovedCaret(posNew, caretToUse, true); } else { + InvalidateWholeSelection(); if (!additionalSelectionTyping || (sel.IsRectangular())) { - InvalidateWholeSelection(); sel.DropAdditionalRanges(); } sel.selType = Selection::selStream; |