X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsettheorem.C;h=9ea8506ba20409b33db65e96f6383bcd66e7ae01;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=f5bddf4c32b7a647a3d0c5fad4009b7bd4cd3bfb;hpb=487f6eb3b43746460d090f643cd1e39f2d93a74b;p=lyx.git diff --git a/src/insets/insettheorem.C b/src/insets/insettheorem.C index f5bddf4c32..9ea8506ba2 100644 --- a/src/insets/insettheorem.C +++ b/src/insets/insettheorem.C @@ -42,7 +42,9 @@ InsetTheorem::InsetTheorem() font.decSize(); font.setColor(LColor::collapsable); setLabelFont(font); +#if 0 setAutoCollapse(false); +#endif setInsetName("Theorem"); }