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:
Vincent van Ravesteijn 2011-03-29 17:09:46 +00:00
parent b21c8866fb
commit 7e566747fd

View File

@ -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;