]> git.lyx.org Git - features.git/blobdiff - src/CutAndPaste.cpp
The update here needs doing no matter what.
[features.git] / src / CutAndPaste.cpp
index 50e2f8f7a8aaffe7bcae861999d2eb60995ad09d..f4f3238e34c0ad2b9ef2268440820bd39e421c45 100644 (file)
@@ -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);
        }