Revert "Prevent that a full source preview of a child clears the master's bibfiles cache."

This reverts commit 4ce9e61ab1.
This commit is contained in:
Richard Kimberly Heck 2018-09-01 21:47:11 -04:00
parent ca0055dbb9
commit 804336d94c

View File

@ -4727,9 +4727,8 @@ void Buffer::updateBuffer(UpdateScope scope, UpdateType utype) const
DocumentClass const & textclass = master->params().documentClass();
FileNamePairList old_bibfiles;
// Do this only if we are the top-level Buffer. We also need to account
// for the case of a previewed child with ignored parent here.
if (master == this && !d->ignore_parent) {
// do this only if we are the top-level Buffer
if (master == this) {
textclass.counters().reset(from_ascii("bibitem"));
reloadBibInfoCache();
// we will re-read this cache as we go through, but we need