]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Add a member to TocItem that tells us whether the item in question
[lyx.git] / src / Buffer.cpp
index 2379f49b4ab9a6d629eadd4d762c69aa0fe409f1..b646cf6619982519c34ed52c32bc455f61b34445 100644 (file)
@@ -4256,7 +4256,7 @@ void Buffer::updateBuffer(UpdateScope scope, UpdateType utype) const
 
        d->bibinfo_cache_valid_ = true;
        d->cite_labels_valid_ = true;
-       cbuf.tocBackend().update();
+       cbuf.tocBackend().update(true);
        if (scope == UpdateMaster)
                cbuf.structureChanged();
 }