From 41c35476e58859fead14c3652e3e6f3d4a8ee3d3 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 21 Dec 2014 10:13:56 +0100 Subject: [PATCH] Fix initialization order --- src/insets/InsetLayout.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/insets/InsetLayout.cpp b/src/insets/InsetLayout.cpp index aa8c81be0e..b9d5b2dc4e 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); } -- 2.39.5