]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.cpp
Revert "Do not crash is release mode if we stumble across an unrealized font."
[lyx.git] / src / insets / InsetERT.cpp
index eb9a808fbf733e028bf82e031e02150005227967..ce9d3834d2b74d3e5c20394ccdfcac7ecad721de 100644 (file)
@@ -111,7 +111,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);
+                       cur.recordUndoInset(this);
                        setStatus(cur, string2params(to_utf8(cmd.argument())));
                        break;
                }