]> git.lyx.org Git - lyx.git/blobdiff - src/Undo.cpp
InsetTabular.cpp: whitespace
[lyx.git] / src / Undo.cpp
index 388d009b56d3e6477c9b406226c09274033b4576..a24bdead03e3861df2d6d18ab52e0b738be626ed 100644 (file)
@@ -427,6 +427,7 @@ bool Undo::Private::textUndoOrRedo(DocIterator & cur, bool isUndoOperation)
                doTextUndoOrRedo(cur, stack, otherstack);
 
        // Adapt the new material to current buffer.
+       buffer_.setBuffersForInsets(); // FIXME This shouldn't be here.
        buffer_.updateLabels();
        return true;
 }