]> git.lyx.org Git - features.git/blobdiff - src/Undo.cpp
move updateLables to buffer
[features.git] / src / Undo.cpp
index a0e84e43ec7ccdfd4a2bc209bab2d97e90ec82c5..2acc1a36ba191419d80ad3a1bd236a934f78bdfd 100644 (file)
@@ -427,7 +427,7 @@ bool Undo::Private::textUndoOrRedo(DocIterator & cur, bool isUndoOperation)
                doTextUndoOrRedo(cur, stack, otherstack);
 
        // Addapt the new material to current buffer.
-       updateLabels(buffer_);
+       buffer_.updateLabels();
        return true;
 }