]> git.lyx.org Git - features.git/blobdiff - src/Buffer.cpp
Enhancements and bugfixes to the TOCs
[features.git] / src / Buffer.cpp
index 0f37edd9dcb1868dbad7bce1159a87a1172b8e60..6eea29a112ee19ba9b755f3edb43c439c2519b13 100644 (file)
@@ -4462,7 +4462,7 @@ void Buffer::updateBuffer(UpdateScope scope, UpdateType utype) const
        d->bibinfo_cache_valid_ = true;
        d->cite_labels_valid_ = true;
        /// FIXME: Perf
-       cbuf.tocBackend().update(utype == OutputUpdate);
+       cbuf.tocBackend().update(true, utype);
        if (scope == UpdateMaster)
                cbuf.structureChanged();
 }