]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.C
remove obsolete comment
[lyx.git] / src / CutAndPaste.C
index d82aab8faa82d0c5597035705fc66eefc5568ac4..da644856b9e3bb06563eca21ce621699e131d7b3 100644 (file)
@@ -627,7 +627,7 @@ void pasteParagraphList(LCursor & cur, ParagraphList const & parlist,
                                             textclass, errorList);
                updateLabels(cur.buffer());
                cur.clearSelection();
-               text->setCursor(cur, ppp.first, ppp.second);
+               text->setCursor(cur.top(), ppp.first, ppp.second);
        }
 
        // mathed is handled in InsetMathNest/InsetMathGrid