mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Reset lang_options before reading headers
This commit is contained in:
parent
b1b8ded15d
commit
8205458857
@ -971,6 +971,8 @@ int Buffer::readHeader(Lexer & lex)
|
||||
params().lineno_opts.clear();
|
||||
params().nomencl_opts.clear();
|
||||
params().spellignore().clear();
|
||||
params().lang_options_babel_.clear();
|
||||
params().lang_options_polyglossia_.clear();
|
||||
|
||||
for (int i = 0; i < 4; ++i) {
|
||||
params().user_defined_bullet(i) = ITEMIZE_DEFAULTS[i];
|
||||
|
Loading…
Reference in New Issue
Block a user