Commit b93b4a74 authored by Andrew den Exter's avatar Andrew den Exter Committed by Qt by Nokia
Browse files

Make TextEdit word selection behaviour consistent.


Word selection initiated by a double click in QTextEdit only selects
a word if the drag point is closer to the end than the start
(assuming ltr selection) which can make it difficult to select small
words with touch input, as such the SelectWords mouseSelectionMode of
TextEdit selected a word if the drag point intersected any part of the
word.  Since we no longer have to retain compability for QTextEdit we
can settle on a single behaviour for word selection.

Change-Id: Iaabb7938a2b61b84a290a9ee41e407c83144b96f
Reviewed-by: default avatarYann Bodson <yann.bodson@nokia.com>
parent 0f1be998
No related merge requests found
Showing with 37 additions and 37 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment