]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.cpp
File format change caused by 34eadf5d4.
[lyx.git] / src / insets / InsetWrap.cpp
index d86fc25c3d43a2f35de0b288a34dbc02b6555d78..cfe887033dd5c5446e96c6a0cedc344b24418c72 100644 (file)
@@ -82,7 +82,7 @@ void InsetWrap::doDispatch(Cursor & cur, FuncRequest & cmd)
 {
        switch (cmd.action()) {
        case LFUN_INSET_MODIFY: {
-               cur.recordUndoInset(ATOMIC_UNDO, this);
+               cur.recordUndoInset(this);
                InsetWrapParams params;
                InsetWrap::string2params(to_utf8(cmd.argument()), params);
                params_.lines = params.lines;