]> git.lyx.org Git - lyx.git/blobdiff - src/text3.C
Fix bug 2029 (RtL space width)
[lyx.git] / src / text3.C
index 051bf8630d8eb2dc7a5f37b70ed20e15da4300b2..20940bf7ef1487cf8e044dc71bd43c37a4f5aab8 100644 (file)
@@ -919,6 +919,7 @@ void LyXText::dispatch(LCursor & cur, FuncRequest & cmd)
                cur.clearSelection();
                string const clip = bv->getClipboard();
                if (!clip.empty()) {
+                       recordUndo(cur);
                        if (cmd.argument == "paragraph")
                                insertStringAsParagraphs(cur, clip);
                        else