X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetfootlike.C;h=edfd20dafbfde25e8841302eeef8e640de810b2e;hb=b00e1315fe4da81da67f63d70e455cda167afab9;hp=ea4da1ef0f447e3fdc97266c98bbe687f03b9732;hpb=3ce727041d6eef7a30ea58d8469ac8042eb20409;p=lyx.git diff --git a/src/insets/insetfootlike.C b/src/insets/insetfootlike.C index ea4da1ef0f..edfd20dafb 100644 --- a/src/insets/insetfootlike.C +++ b/src/insets/insetfootlike.C @@ -29,9 +29,17 @@ InsetFootlike::InsetFootlike() font.decSize(); font.setColor(LColor::collapsable); setLabelFont(font); -#if 0 - setAutoCollapse(false); -#endif +} + + +InsetFootlike::InsetFootlike(InsetFootlike const & in, bool same_id) + : InsetCollapsable(in, same_id) +{ + LyXFont font(LyXFont::ALL_SANE); + font.decSize(); + font.decSize(); + font.setColor(LColor::collapsable); + setLabelFont(font); }