>>>>> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Jean-Marc> So finally my proposal might be: revert 17837 and mark bug Jean-Marc> 2993 as WONTFIX. Jose', can I apply this patch (revert the bug 2993 fix and therefore fix 3503)? JMarc
Index: src/insets/InsetCollapsable.cpp =================================================================== --- src/insets/InsetCollapsable.cpp (révision 18451) +++ src/insets/InsetCollapsable.cpp (copie de travail) @@ -442,9 +442,6 @@ void InsetCollapsable::setStatus(Cursor setButtonLabel(); if (status_ == Collapsed) cur.leaveInset(*this); - // Because we save CollapseStatus in lyx file, change of status - // should lead to a dirty buffer. (This fixes bug 2993). - cur.bv().buffer()->markDirty(); }