X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FUndo.cpp;h=a24bdead03e3861df2d6d18ab52e0b738be626ed;hb=0d75c1117f278efc59c2e5a108f60efa9e017bc4;hp=388d009b56d3e6477c9b406226c09274033b4576;hpb=3aecc2c4fff1dc1408a34f61b6a6a7a028a55efc;p=lyx.git diff --git a/src/Undo.cpp b/src/Undo.cpp index 388d009b56..a24bdead03 100644 --- a/src/Undo.cpp +++ b/src/Undo.cpp @@ -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; }