mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 02:35:20 +00:00
Signal need for reload of bibinfo cache rather than doing it.
This commit is contained in:
parent
a3e87dad80
commit
2bb8bd3ec4
@ -925,7 +925,7 @@ void InsetBibtex::updateBuffer(ParIterator const &, UpdateType)
|
|||||||
string() : to_ascii(params()["encoding"]);
|
string() : to_ascii(params()["encoding"]);
|
||||||
if (buffer().params().bibEncoding() != enc) {
|
if (buffer().params().bibEncoding() != enc) {
|
||||||
buffer().params().setBibEncoding(enc);
|
buffer().params().setBibEncoding(enc);
|
||||||
buffer().reloadBibInfoCache(true);
|
buffer().invalidateBibinfoCache();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user