mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bug #7351 (oart 2). Missing update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38131 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b21c8866fb
commit
7e566747fd
@ -1191,7 +1191,7 @@ void InsetMathGrid::doDispatch(Cursor & cur, FuncRequest & cmd)
|
||||
if (cur.idx() > 0)
|
||||
--cur.idx();
|
||||
cur.pos() = cur.lastpos();
|
||||
|
||||
cur.forceBufferUpdate();
|
||||
//mathcursor->normalize();
|
||||
//cmd = FuncRequest(LFUN_FINISHED_BACKWARD);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user