From b583fb26e89ccdc242e5c11d5e9d8b0606bee957 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 23 Aug 2016 12:22:35 +0200 Subject: [PATCH] Reset anchor before selecting with S-button1 --- src/Text3.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Text3.cpp b/src/Text3.cpp index 3f48d19f45..c6f047afb7 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -1608,6 +1608,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd) switch (cmd.button()) { case mouse_button::button1: // Set the cursor + bvcur.resetAnchor(); if (!bv->mouseSetCursor(cur, cmd.modifier() == ShiftModifier)) cur.screenUpdateFlags(Update::SinglePar | Update::FitCursor); if (bvcur.wordSelection()) -- 2.39.2