]> git.lyx.org Git - features.git/blobdiff - src/Buffer.cpp
Fix bug #8603: We want unabbreviated TOC entries here.
[features.git] / src / Buffer.cpp
index c6a8c2202b4bc28ce5a5e30c1ed70b1e98d4e0bb..9103abda0baf043599f1cd8e9d8b7df146f3d082 100644 (file)
@@ -4286,7 +4286,7 @@ void Buffer::updateBuffer(UpdateScope scope, UpdateType utype) const
 
        d->bibinfo_cache_valid_ = true;
        d->cite_labels_valid_ = true;
-       cbuf.tocBackend().update(true);
+       cbuf.tocBackend().update(utype == OutputUpdate);
        if (scope == UpdateMaster)
                cbuf.structureChanged();
 }