mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
parent
b186b08cff
commit
eff50597c0
@ -1185,6 +1185,8 @@ GuiDocument::GuiDocument(GuiView & lv)
|
||||
biblioModule->bibtexOptionsLE));
|
||||
biblioModule->defaultBiblioCO->lineEdit()->setValidator(new NoNewLineValidator(
|
||||
biblioModule->defaultBiblioCO->lineEdit()));
|
||||
biblioModule->citePackageOptionsLE->setValidator(new NoNewLineValidator(
|
||||
biblioModule->citePackageOptionsLE));
|
||||
|
||||
// NOTE: we do not provide "custom" here for security reasons!
|
||||
biblioModule->bibtexCO->clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user