mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Fix bug #11444
This commit is contained in:
parent
1205018286
commit
61db164302
@ -791,7 +791,7 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd)
|
||||
cur.clearTargetX();
|
||||
cur.macroModeClose();
|
||||
if (!cur.inset().idxPrev(cur)) {
|
||||
cur.idx() = lastIdx();
|
||||
cur.idx() = cur.lastidx();
|
||||
cur.pos() = lyxrc.mac_like_cursor_movement ? cur.lastpos() : 0;
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user