summaryrefslogtreecommitdiffstats
path: root/src/controls/Styles/Android/CursorHandleStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Styles/Android/CursorHandleStyle.qml')
-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 c3e321861..1534f4a90 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 && focused
Timer {
id: idle