]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.cpp
Don't output box width if it's 100% (default).
[lyx.git] / src / insets / InsetERT.cpp
index 61b3128ffb82451f6935e3b5d325f7a05c22c8af..c65b54b977756aee33d2fb11b2adfb7e71aad20c 100644 (file)
@@ -114,6 +114,7 @@ void InsetERT::doDispatch(Cursor & cur, FuncRequest & cmd)
        switch (cmd.action()) {
        case LFUN_INSET_MODIFY:
                if (cmd.getArg(0) == "ert") {
+                       cur.recordUndoInset(ATOMIC_UNDO, this);
                        setStatus(cur, string2params(to_utf8(cmd.argument())));
                        break;
                }