mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
set better defaults for inset layouts: allow paragraph customization and do not force plain layout
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30590 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
435a1f67b4
commit
3dad722072
@ -35,7 +35,7 @@ InsetLayout::InsetLayout() :
|
||||
labelstring_(from_ascii("UNDEFINED")), decoration_(DEFAULT),
|
||||
latextype_(NOLATEXTYPE), font_(sane_font),
|
||||
labelfont_(sane_font), bgcolor_(Color_error),
|
||||
multipar_(false), custompars_(false), forceplain_(true),
|
||||
multipar_(false), custompars_(true), forceplain_(false),
|
||||
passthru_(false), needprotect_(false), freespacing_(false),
|
||||
keepempty_(false), forceltr_(false), intoc_(false)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user