From 94e0c24753f4902a18bce858e1332cb181f0ab1c Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 21 Mar 2008 18:49:23 +0000 Subject: [PATCH] Make decoration default to, uh, Default. Flex insets will then default to conglomerate. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23886 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetLayout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetLayout.cpp b/src/insets/InsetLayout.cpp index 5e8391f864..9008817649 100644 --- a/src/insets/InsetLayout.cpp +++ b/src/insets/InsetLayout.cpp @@ -29,7 +29,7 @@ namespace lyx { InsetLayout::InsetLayout() : name_(from_ascii("undefined")), labelstring_(from_ascii("UNDEFINED")), - decoration_(InsetLayout::Classic), + decoration_(InsetLayout::Default), font_(sane_font), labelfont_(sane_font), bgcolor_(Color_error), multipar_(false), passthru_(false), needprotect_(false), freespacing_(false), keepempty_(false), forceltr_(false) -- 2.39.2