From: Vincent van Ravesteijn Date: Tue, 29 Mar 2011 17:09:46 +0000 (+0000) Subject: Fix bug #7351 (oart 2). Missing update. X-Git-Tag: 2.0.0~343 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7e566747fdbde2da659faa3c9293e1ec301811f1;p=features.git Fix bug #7351 (oart 2). Missing update. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38131 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathGrid.cpp b/src/mathed/InsetMathGrid.cpp index ed38c920e4..c9f9ed2537 100644 --- a/src/mathed/InsetMathGrid.cpp +++ b/src/mathed/InsetMathGrid.cpp @@ -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;