]> git.lyx.org Git - lyx.git/blobdiff - src/Undo.cpp
HTML for math fonts.
[lyx.git] / src / Undo.cpp
index a24bdead03e3861df2d6d18ab52e0b738be626ed..fa07291ac6dce4cb7426e4290d86ed5827877901 100644 (file)
@@ -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;
 }