]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLayout.cpp
Cleanup mouse/selection/context-menu interactions.
[lyx.git] / src / insets / InsetLayout.cpp
index 5e8391f864b806bc79a204b37a0a0d54063dc644..900881764999652e943c0921b78d7da58145bfc8 100644 (file)
@@ -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)