mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +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().updatePreviews(); // bug 11619
|
||||
cur.clearSelection(); // bug 393
|
||||
cur.finishUndo();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user