This commit is contained in:
Richard Kimberly Heck 2019-09-11 22:13:58 -04:00
parent e71280221f
commit 94896166d4

View File

@ -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;