]> git.lyx.org Git - lyx.git/blobdiff - src/Text3.cpp
style
[lyx.git] / 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 {