]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.cpp
Substack support for XHTML.
[lyx.git] / src / mathed / InsetMathGrid.cpp
index ed38c920e493ade3f65cb53da10dcffe27703ee4..c9f9ed2537f8c0377ceebfa5e8ba54aab7ece50d 100644 (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;