mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
Oops! forgot to set a sane layout (bug 4859 again)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28347 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a5e8cc750b
commit
1106072176
@ -1340,6 +1340,7 @@ bool Text::read(Buffer const & buf, Lexer & lex,
|
||||
par.params().depth(depth);
|
||||
par.setFont(0, Font(inherit_font,
|
||||
buf.params().language));
|
||||
par.setPlainOrDefaultLayout(buf.params().documentClass());
|
||||
pars_.push_back(par);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user