X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FUndo.cpp;h=fa07291ac6dce4cb7426e4290d86ed5827877901;hb=d65020b293ab208b1391f96a731e53e0c7274a02;hp=a24bdead03e3861df2d6d18ab52e0b738be626ed;hpb=36f5607ec88a266db6359ed9616bbee856c88e7a;p=features.git diff --git a/src/Undo.cpp b/src/Undo.cpp index a24bdead03..fa07291ac6 100644 --- a/src/Undo.cpp +++ b/src/Undo.cpp @@ -428,7 +428,7 @@ bool Undo::Private::textUndoOrRedo(DocIterator & cur, bool isUndoOperation) // Adapt the new material to current buffer. buffer_.setBuffersForInsets(); // FIXME This shouldn't be here. - buffer_.updateLabels(); + buffer_.updateBuffer(); return true; }