]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.cpp
Do not output deleted rows columns if show changes in output is false
[lyx.git] / src / insets / InsetBibitem.cpp
index 424755b533d089515c8a227d1d564202c16a73ba..1c1962c0e635c45246d2c0b9c336c04c2b6226d8 100644 (file)
@@ -155,7 +155,7 @@ void InsetBibitem::doDispatch(Cursor & cur, FuncRequest & cmd)
                setParam("literal", p["literal"]);
 
                if (p["key"] != old_key) {
-                       cur.recordUndoFullBuffer();
+                       // changeRefsIfUnique handles undo
                        cur.bv().buffer().changeRefsIfUnique(old_key, p["key"]);
                        updateCommand(p["key"]);
                        cur.forceBufferUpdate();