From 220fe66a67602cd43b08c4c72aee0e39726ad795 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 17 Mar 2014 10:55:49 +0100 Subject: [PATCH] Remove duplicate call to Cursor::selHandle --- src/Text3.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Text3.cpp b/src/Text3.cpp index da9f8767ff..41e47a5583 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -743,7 +743,6 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd) if (!atFirstOrLastRow) { needsUpdate |= cur.selHandle(select); - cur.selHandle(select); cur.upDownInText(up, needsUpdate); needsUpdate |= cur.beforeDispatchCursor().inMathed(); } else { -- 2.39.2