]> git.lyx.org Git - features.git/blobdiff - src/CutAndPaste.cpp
* CutAndPaste.cpp (pasteSelection): do not set the selection after
[features.git] / src / CutAndPaste.cpp
index c34fc5d230d1dd5094fee2acd0d4ad6ed7d37a29..491d4a0e7612fe07190e2bc7e456e9ab2fa23ff2 100644 (file)
@@ -791,7 +791,6 @@ void pasteSelection(Cursor & cur, ErrorList & errorList)
        recordUndo(cur);
        pasteParagraphList(cur, selectionBuffer[0].first,
                           selectionBuffer[0].second, errorList);
-       cur.setSelection();
 }