mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix oversight
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35092 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1a18cdfb39
commit
c77b7483ea
@ -234,10 +234,10 @@ bool InsetLayout::read(Lexer & lex, TextClass const & tclass)
|
||||
break;
|
||||
case IL_FORCEPLAIN:
|
||||
lex >> forceplain_;
|
||||
readCustomOrPlain = true;
|
||||
break;
|
||||
case IL_PASSTHRU:
|
||||
lex >> passthru_;
|
||||
readCustomOrPlain = true;
|
||||
break;
|
||||
case IL_KEEPEMPTY:
|
||||
lex >> keepempty_;
|
||||
|
Loading…
Reference in New Issue
Block a user