diff --git a/src/Text3.cpp b/src/Text3.cpp index 4584d6932b..e935f3db8a 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -1047,8 +1047,10 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd) bv->switchKeyMap(); bv->buffer()->markDirty(); finishUndo(); - } else + } else { + bv->mouseSetCursor(cur); lyx::dispatch(FuncRequest(LFUN_PRIMARY_SELECTION_PASTE, "paragraph")); + } } // we have to update after dePM triggered