diff --git a/src/Text3.cpp b/src/Text3.cpp index 3db37b8c25..9c7b10f55a 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -2675,7 +2675,6 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd) if (arg.size() > 100 || arg.empty()) { if (cur.selection()) { DocIterator selbeg = cur.selectionBegin(); - cur.selection(false); cur.clearSelection(); setCursorIntern(cur, selbeg.pit(), selbeg.pos()); cur.screenUpdateFlags(Update::Force);