summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoni Poikelin <joni.poikelin@theqtcompany.com>2015-06-26 14:14:25 +0300
committerJoni Poikelin <joni.poikelin@theqtcompany.com>2015-07-01 04:45:05 +0000
commit53c20bf96803d3e554628c223f8ba0d368a89373 (patch)
tree233bac6dc444e106a537fa6bb6f613bba9fed9c9
parentd48cd2c203a14b0e61255f0efb28d990f1847911 (diff)
downloadqtquickcontrols-53c20bf96803d3e554628c223f8ba0d368a89373.tar.gz
Fix invisible cursor handles from preventing touches
Task-number: QTBUG-46881 Change-Id: I5f994cd99664ffd6d8f05777e2a4f04fa1639b88 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
-rw-r--r--src/controls/Styles/Android/CursorHandleStyle.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/Styles/Android/CursorHandleStyle.qml b/src/controls/Styles/Android/CursorHandleStyle.qml
index c3e32186..4f6d076e 100644
--- a/src/controls/Styles/Android/CursorHandleStyle.qml
+++ b/src/controls/Styles/Android/CursorHandleStyle.qml
@@ -55,6 +55,7 @@ DrawableLoader {
window_focused: focused && control.Window.active
opacity: hasText && (styleData.hasSelection || styleData.pressed || idle.running) ? 1.0 : 0.0
+ visible: opacity > 0.0
Timer {
id: idle