From c77b7483eaf7bb4b8d7877354262b4f42adccb55 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Sun, 8 Aug 2010 14:34:59 +0000 Subject: [PATCH] fix oversight git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35092 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetLayout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetLayout.cpp b/src/insets/InsetLayout.cpp index 3aba74eef0..0a02c739c4 100644 --- a/src/insets/InsetLayout.cpp +++ b/src/insets/InsetLayout.cpp @@ -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_; -- 2.39.2