Remove duplicate call to Cursor::selHandle

This commit is contained in:
Jean-Marc Lasgouttes 2014-03-17 10:55:49 +01:00
parent 7ecbb06888
commit 220fe66a67

View 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 {