From 0114564eff9da1f8786b189d481edfd9a404a624 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 3 Dec 2010 21:22:18 +0000 Subject: [PATCH] Mark the cache valid once we have been through updateBuffer(). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36702 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Buffer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 3884c0c057..230d75b403 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -3911,6 +3911,7 @@ void Buffer::updateBuffer(UpdateScope scope, UpdateType utype) const // TocBackend update will be done later. return; + d->bibinfo_cache_valid_ = true; cbuf.tocBackend().update(); if (scope == UpdateMaster) cbuf.structureChanged(); -- 2.39.2