summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/controls/Styles/Android/CursorHandleStyle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Styles/Android/CursorHandleStyle.qml b/src/controls/Styles/Android/CursorHandleStyle.qml
index a4b772c5..ecf204cf 100644
--- a/src/controls/Styles/Android/CursorHandleStyle.qml
+++ b/src/controls/Styles/Android/CursorHandleStyle.qml
@@ -68,7 +68,7 @@ DrawableLoader {
Connections {
target: styleData
- onActivated: idle.restart()
+ function onActivated() { idle.restart() }
function onPressedChanged() {
if (!styleData.pressed)
idle.restart()