X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBuffer.cpp;h=b646cf6619982519c34ed52c32bc455f61b34445;hb=86994bf75320524ec656fd70950633c83d445a6c;hp=2379f49b4ab9a6d629eadd4d762c69aa0fe409f1;hpb=32b0e8cbdbb8f3b970243961d8a57ed4a9fde2e3;p=lyx.git diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 2379f49b4a..b646cf6619 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -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(); }