]> git.lyx.org Git - features.git/blobdiff - src/Text3.cpp
Didn't mean to include this.
[features.git] / src / Text3.cpp
index 94f68a78b559c0583844563969b9c89ddb328035..96fa1af10d8fc54467e8a04b8e679d62a7c6e145 100644 (file)
@@ -250,7 +250,6 @@ static bool doInsertInset(Cursor & cur, Text * text,
                if (!ds.empty()) {
                        cur.text()->insertStringAsLines(cur, ds, f);
                        cur.leaveInset(*inset);
-                       inset->asInsetCollapsable()->setStatus(InsetCollapsable::Collapsed);
                }
                return true;
        }