mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Allow new buffer params to be reset to empty
This commit is contained in:
parent
1eb43536da
commit
5b0de8c373
@ -912,6 +912,9 @@ int Buffer::readHeader(Lexer & lex)
|
||||
params().output_sync_macro.erase();
|
||||
params().setLocalLayout(docstring(), false);
|
||||
params().setLocalLayout(docstring(), true);
|
||||
params().biblio_opts.erase();
|
||||
params().biblatex_bibstyle.erase();
|
||||
params().biblatex_citestyle.erase();
|
||||
|
||||
for (int i = 0; i < 4; ++i) {
|
||||
params().user_defined_bullet(i) = ITEMIZE_DEFAULTS[i];
|
||||
|
Loading…
Reference in New Issue
Block a user