X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathGrid.cpp;h=a21c2f61e04dbf0224865bb94e5ba94b05a136da;hb=d65020b293ab208b1391f96a731e53e0c7274a02;hp=2753dc8e40bb561cf6af8659be66164b6998592d;hpb=36f5607ec88a266db6359ed9616bbee856c88e7a;p=features.git diff --git a/src/mathed/InsetMathGrid.cpp b/src/mathed/InsetMathGrid.cpp index 2753dc8e40..a21c2f61e0 100644 --- a/src/mathed/InsetMathGrid.cpp +++ b/src/mathed/InsetMathGrid.cpp @@ -635,11 +635,11 @@ void InsetMathGrid::drawT(TextPainter & /*pain*/, int /*x*/, int /*y*/) const } -void InsetMathGrid::updateLabels(ParIterator const & it, UpdateType utype) +void InsetMathGrid::updateBuffer(ParIterator const & it, UpdateType utype) { // pass down for (idx_type idx = 0; idx < nargs(); ++idx) - cell(idx).updateLabels(it, utype); + cell(idx).updateBuffer(it, utype); } @@ -1336,10 +1336,10 @@ void InsetMathGrid::doDispatch(Cursor & cur, FuncRequest & cmd) cell(i).append(grid.cell(grid.index(r, c))); } cur.clearSelection(); // bug 393 - // FIXME audit setBuffer/updateLabels calls + // FIXME audit setBuffer/updateBuffer calls cur.inset().setBuffer(*buffer_); - // FIXME audit setBuffer/updateLabels calls - cur.buffer()->updateLabels(); + // FIXME audit setBuffer/updateBuffer calls + cur.buffer()->updateBuffer(); cur.finishUndo(); break; }