aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
diff options
context:
space:
mode:
authorNils Jeisecke <nils.jeisecke@saltation.com>2019-02-13 15:28:11 +0100
committerNils Jeisecke <nils.jeisecke@saltation.com>2019-02-15 14:03:07 +0000
commit1d0f808c7dc708f5ec8093f09f332615b94f4318 (patch)
tree4eaa3caef49aab0e3884625720ed001f496d8236 /src/quick/items/qquickwindow.cpp
parent1ffb45a3682c864f8071b8b19da49c9a7761dd5e (diff)
TextEdit: Fix persistentSelection for readonly controls
TextEdit items with readOnly:true do not clear the selection on losing focus which is expected with persistentSelection:false. The reason is that a readonly TextEdit does never show a blinking cursor and thus the selection clearing within setCursorVisible never happens. This change adapts the implementation from TextInput. Fixes: QTBUG-50587 Change-Id: Ie66baaa0ccbc006359473862d8e9dbecd46a59f6 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quick/items/qquickwindow.cpp')
0 files changed, 0 insertions, 0 deletions