]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.C
fix build, thesaurus
[lyx.git] / src / CutAndPaste.C
index da7a4ae9bd2a05b49eec365185033b6ef72085be..395e860419e39b2a07e6c6c063f3a06961de70bf 100644 (file)
@@ -286,6 +286,8 @@ bool CutAndPaste::pasteSelection(Paragraph ** par, Paragraph ** endpar,
                                        }
                                }
                        }
+                       // set the inset owner of this paragraph
+                       tmpbuf->setInsetOwner((*par)->inInset());
                        tmpbuf = tmpbuf->next();
                }