mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Fix initialization order
This commit is contained in:
parent
15ae3eb85c
commit
41c35476e5
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user