Thanks, Abdel.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25524 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-07-09 21:58:13 +00:00
parent 663043fd22
commit 2b70ed0204

View File

@ -375,7 +375,7 @@ void putClipboard(ParagraphList const & paragraphs,
else
theClipboard().put(string(), plaintext);
// Save that memory
buffer.paragraphs() = ParagraphList();
buffer.paragraphs().clear();
}