mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-27 19:40:10 +00:00
There is no reason we should need to reload the bibinfo cache for
internal buffers. (cherry picked from commit af71ebff8e1f04c5e6f656c4ce0e4a270bbc07e1)
This commit is contained in:
parent
5492fab1c9
commit
abc173c4f5
@ -2483,6 +2483,9 @@ void Buffer::clearBibFileCache() const
|
||||
|
||||
void Buffer::reloadBibInfoCache() const
|
||||
{
|
||||
if (isInternal())
|
||||
return;
|
||||
|
||||
// use the master's cache
|
||||
Buffer const * const tmp = masterBuffer();
|
||||
if (tmp != this) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user