]> git.lyx.org Git - features.git/blobdiff - src/insets/insetoptarg.C
Michael Schmitt's collapse status patch
[features.git] / src / insets / insetoptarg.C
index 55a8f2b380237299a65c1dff506d77ff40776a64..9b5e42b441d11cb6839e2a7f59c16c008d9c4b82 100644 (file)
@@ -24,7 +24,7 @@ using std::ostream;
 
 
 InsetOptArg::InsetOptArg(BufferParams const & ins)
-       : InsetCollapsable(ins, true)
+       : InsetCollapsable(ins, Collapsed)
 {
        LyXFont font(LyXFont::ALL_SANE);
        font.setColor(LColor::collapsable);