]> git.lyx.org Git - lyx.git/blobdiff - src/Undo.cpp
* src/LaTeXFeatures.cpp: simplify greektext definition. Patch by G. Milde (bug #6458)
[lyx.git] / src / Undo.cpp
index 388d009b56d3e6477c9b406226c09274033b4576..fa07291ac6dce4cb7426e4290d86ed5827877901 100644 (file)
@@ -427,7 +427,8 @@ bool Undo::Private::textUndoOrRedo(DocIterator & cur, bool isUndoOperation)
                doTextUndoOrRedo(cur, stack, otherstack);
 
        // Adapt the new material to current buffer.
-       buffer_.updateLabels();
+       buffer_.setBuffersForInsets(); // FIXME This shouldn't be here.
+       buffer_.updateBuffer();
        return true;
 }