mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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"]);
|
||||
if (buffer().params().bibEncoding() != enc) {
|
||||
buffer().params().setBibEncoding(enc);
|
||||
buffer().reloadBibInfoCache(true);
|
||||
buffer().invalidateBibinfoCache();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user