mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
Fix bug #11619.
This commit is contained in:
parent
e71280221f
commit
94896166d4
@ -1523,6 +1523,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
|
|||||||
}
|
}
|
||||||
|
|
||||||
bv->buffer().errors("Paste");
|
bv->buffer().errors("Paste");
|
||||||
|
bv->buffer().updatePreviews(); // bug 11619
|
||||||
cur.clearSelection(); // bug 393
|
cur.clearSelection(); // bug 393
|
||||||
cur.finishUndo();
|
cur.finishUndo();
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user