mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +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;
|
break;
|
||||||
case IL_FORCEPLAIN:
|
case IL_FORCEPLAIN:
|
||||||
lex >> forceplain_;
|
lex >> forceplain_;
|
||||||
|
readCustomOrPlain = true;
|
||||||
break;
|
break;
|
||||||
case IL_PASSTHRU:
|
case IL_PASSTHRU:
|
||||||
lex >> passthru_;
|
lex >> passthru_;
|
||||||
readCustomOrPlain = true;
|
|
||||||
break;
|
break;
|
||||||
case IL_KEEPEMPTY:
|
case IL_KEEPEMPTY:
|
||||||
lex >> keepempty_;
|
lex >> keepempty_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user