From: Richard Kimberly Heck Date: Thu, 12 Sep 2019 02:13:58 +0000 (-0400) Subject: Fix bug #11619. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b394b189d8ac6f6fd754381ccea1f64f394530f9;p=features.git Fix bug #11619. --- diff --git a/src/Text3.cpp b/src/Text3.cpp index a91660336b..aba73974de 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -1523,6 +1523,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd) } bv->buffer().errors("Paste"); + bv->buffer().updatePreviews(); // bug 11619 cur.clearSelection(); // bug 393 cur.finishUndo(); break;