mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
The update here needs doing no matter what.
This fixes a bug introduced in db358a4315
.
This commit is contained in:
parent
81539ec435
commit
b4e2a65d50
@ -1040,8 +1040,7 @@ void pasteParagraphList(Cursor & cur, ParagraphList const & parlist,
|
||||
|
||||
PasteReturnValue prv =
|
||||
pasteSelectionHelper(cur, parlist, docclass, 0, errorList);
|
||||
if (prv.needupdate)
|
||||
cur.forceBufferUpdate();
|
||||
cur.forceBufferUpdate();
|
||||
cur.clearSelection();
|
||||
text->setCursor(cur, prv.par, prv.pos);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user