]> git.lyx.org Git - lyx.git/commitdiff
Didn't mean to include this.
authorRichard Heck <rgheck@comcast.net>
Tue, 22 Nov 2011 18:49:16 +0000 (18:49 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 22 Nov 2011 18:49:16 +0000 (18:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40241 a592a061-630c-0410-9148-cb99ea01b6c8

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;
        }