From: Jean-Marc Lasgouttes Date: Mon, 17 Mar 2014 09:55:49 +0000 (+0100) Subject: Remove duplicate call to Cursor::selHandle X-Git-Tag: 2.1.0rc1~30 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=220fe66a67602cd43b08c4c72aee0e39726ad795;p=features.git Remove duplicate call to Cursor::selHandle --- 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 {