mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
* and another one. Trying to compile before committing would make sense sometimes :-/
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21318 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ee17120d5b
commit
1b4345ac31
@ -366,7 +366,7 @@ bool TextClass::read(FileName const & filename, ReadType rt)
|
||||
break;
|
||||
|
||||
case TC_DEFAULTFONT:
|
||||
defaultfont_ = lyxRead(lexrc);
|
||||
defaultfont_ = lyxRead(lexrc, sane_font);
|
||||
if (!defaultfont_.resolved()) {
|
||||
lexrc.printError("Warning: defaultfont should "
|
||||
"be fully instantiated!");
|
||||
|
Loading…
Reference in New Issue
Block a user