mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Add comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22068 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
73655dbbee
commit
fceb0d93ba
@ -726,6 +726,8 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
// 'Locks' the math inset. A 'locked' math inset behaves as a unit
|
||||||
|
// that is traversed by a single <CursorLeft>/<CursorRight>.
|
||||||
case LFUN_INSET_TOGGLE:
|
case LFUN_INSET_TOGGLE:
|
||||||
cur.recordUndo();
|
cur.recordUndo();
|
||||||
lock(!lock());
|
lock(!lock());
|
||||||
|
Loading…
Reference in New Issue
Block a user