summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-04-23 11:28:15 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-04-23 11:28:15 +0200
commitc9b0270985a64c9682ddf304d18a18dfb18c8944 (patch)
treeffcc78d4b222358aa242ac59d9c183f5a8d5bb6c
parentf7b3654305a31fc5a4bbba2dbb3d13f6ba652b6a (diff)
parent44c239aa1b9ff3a349f9c88f8ad3abd16aa48f3f (diff)
downloadqtquickcontrols-5.15.0.tar.gz
Change-Id: Iec8e88b6b8cc104dfd2cde975f41868730e2090c
-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()