mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Remove duplicate call to Cursor::selHandle
This commit is contained in:
parent
7ecbb06888
commit
220fe66a67
@ -743,7 +743,6 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
|
|||||||
|
|
||||||
if (!atFirstOrLastRow) {
|
if (!atFirstOrLastRow) {
|
||||||
needsUpdate |= cur.selHandle(select);
|
needsUpdate |= cur.selHandle(select);
|
||||||
cur.selHandle(select);
|
|
||||||
cur.upDownInText(up, needsUpdate);
|
cur.upDownInText(up, needsUpdate);
|
||||||
needsUpdate |= cur.beforeDispatchCursor().inMathed();
|
needsUpdate |= cur.beforeDispatchCursor().inMathed();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user