mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Remove *.bbl and friends when invalidating the bib info cache
This avoids errors when switching engines. The fix is already in master. We forgot to backport.
This commit is contained in:
parent
279e656d6a
commit
19b12518fe
@ -2386,6 +2386,7 @@ void Buffer::invalidateBibinfoCache() const
|
||||
{
|
||||
d->bibinfo_cache_valid_ = false;
|
||||
d->cite_labels_valid_ = false;
|
||||
removeBiblioTempFiles();
|
||||
// also invalidate the cache for the parent buffer
|
||||
Buffer const * const pbuf = d->parent();
|
||||
if (pbuf)
|
||||
|
Loading…
Reference in New Issue
Block a user