From d4e864dda22d8e6921df35861a3c44539e953941 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Fri, 30 Oct 2009 00:33:56 +0000 Subject: [PATCH] Standard Layout should be MultiPar. Now, because LFUN_BREAK_PARAGRAPHS really uses the MultiPar property, it is necessary to set it correctly. see r31793. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31798 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 edcc994b3f..41180c4a0c 100644 --- a/src/insets/InsetLayout.cpp +++ b/src/insets/InsetLayout.cpp @@ -35,7 +35,7 @@ InsetLayout::InsetLayout() : latextype_(NOLATEXTYPE), font_(sane_font), labelfont_(sane_font), bgcolor_(Color_error), htmlforcecss_ (false), htmlisblock_(true), - multipar_(false), custompars_(true), forceplain_(false), + multipar_(true), custompars_(true), forceplain_(false), passthru_(false), needprotect_(false), freespacing_(false), keepempty_(false), forceltr_(false), intoc_(false) { -- 2.39.2