commit 41c35476e58859fead14c3652e3e6f3d4a8ee3d3 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sun Dec 21 10:13:56 2014 +0100
Fix initialization order diff --git a/src/insets/InsetLayout.cpp b/src/insets/InsetLayout.cpp index aa8c81b..b9d5b2d 100644 --- a/src/insets/InsetLayout.cpp +++ b/src/insets/InsetLayout.cpp @@ -39,10 +39,9 @@ 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), - forceownlines_(false) + resetsfont_(false), display_(true), forcelocalfontswitch_(false) { labelfont_.setColor(Color_error); }