Skip to content

Fix text cursor being "stuck" after a dnd of a file onto the message widget

David Faure requested to merge work/dfaure/fix_cursor into master

QTextEdit (in fact QWidgetTextControl) wasn't resetting dndFeedbackCursor after moving it around during enter/move, since it isn't getting the drop event. So the cursor was stuck at the position of the last drag, forever.

Merge request reports