From: Vincent van Ravesteijn Date: Fri, 30 Oct 2009 00:33:56 +0000 (+0000) Subject: Standard Layout should be MultiPar. Now, because LFUN_BREAK_PARAGRAPHS really uses... X-Git-Tag: 2.0.0~5260 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d4e864dda22d8e6921df35861a3c44539e953941;p=features.git 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 --- 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) {