]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.cpp
Cocoa based Qt-4.6 needs to paint every character separately to match metrics computa...
[lyx.git] / src / insets / InsetBibitem.cpp
index 11ba38c7e86fad29bab4706c7523845ba7d81f40..d3a10ae63c645bb653a161109434dc75047e42ac 100644 (file)
@@ -122,6 +122,9 @@ void InsetBibitem::doDispatch(Cursor & cur, FuncRequest & cmd)
                        cur.noScreenUpdate();
                        break;
                }
+
+               cur.recordUndo();
+
                docstring const & old_key = params()["key"];
                docstring const & old_label = params()["label"];
                docstring label = p["label"];