mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
I seem to have missed this crucial line before.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24049 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5b90d7a7d5
commit
16784c49aa
@ -106,9 +106,9 @@ void InsetBibtex::doDispatch(Cursor & cur, FuncRequest & cmd)
|
||||
break;
|
||||
}
|
||||
//
|
||||
setParams(p);
|
||||
updateBibFiles();
|
||||
updateParam();
|
||||
setParam("options", p["options"]);
|
||||
buffer().updateBibfilesCache();
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user