mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Comment on 9198ed5965
This commit is contained in:
parent
7c8f3a5d28
commit
6a2a9086ad
@ -475,6 +475,8 @@ pasteSelectionHelper(DocIterator const & cur, ParagraphList const & parlist,
|
|||||||
}
|
}
|
||||||
insertion.swap(in.paragraphs());
|
insertion.swap(in.paragraphs());
|
||||||
|
|
||||||
|
// We need to do this here, after the inset handling above,
|
||||||
|
// as acceptChanges() and rejectChanges() might access inset buffers.
|
||||||
tmpbuf = insertion.begin();
|
tmpbuf = insertion.begin();
|
||||||
for (; tmpbuf != insertion.end(); ++tmpbuf) {
|
for (; tmpbuf != insertion.end(); ++tmpbuf) {
|
||||||
if (lyxrc.ct_markup_copied) {
|
if (lyxrc.ct_markup_copied) {
|
||||||
|
Loading…
Reference in New Issue
Block a user