]> git.lyx.org Git - lyx.git/commitdiff
Remove duplicate call to Cursor::selHandle
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 17 Mar 2014 09:55:49 +0000 (10:55 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 17 Mar 2014 09:55:49 +0000 (10:55 +0100)
src/Text3.cpp

index da9f8767ff6d452880a0083486c1c422ec208629..41e47a5583616ea67c5c0edfed610c4fe17b37fc 100644 (file)
@@ -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 {