X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetLayout.cpp;h=b9d5b2dc4e6d78aab7d98b30cf3e8ceac07533ae;hb=dae8555234f0e5c8358b91c307d91b219c664617;hp=98f9775d8d4252c14afd49c60253c3d4e1ecf827;hpb=d553938c92353ce5d8ec96390df04d97853601be;p=lyx.git diff --git a/src/insets/InsetLayout.cpp b/src/insets/InsetLayout.cpp index 98f9775d8d..b9d5b2dc4e 100644 --- a/src/insets/InsetLayout.cpp +++ b/src/insets/InsetLayout.cpp @@ -39,10 +39,10 @@ InsetLayout::InsetLayout() : htmlforcecss_ (false), htmlisblock_(true), multipar_(true), custompars_(true), forceplain_(false), passthru_(false), parbreakisnewline_(false), freespacing_(false), - keepempty_(false), forceltr_(false), + keepempty_(false), forceltr_(false), forceownlines_(false), needprotect_(false), intoc_(false), spellcheck_(true), resetsfont_(false), display_(true), forcelocalfontswitch_(false) -{ +{ labelfont_.setColor(Color_error); }