summaryrefslogtreecommitdiff
path: root/src/controls/Styles/iOS/CursorDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Styles/iOS/CursorDelegate.qml')
-rw-r--r--src/controls/Styles/iOS/CursorDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Styles/iOS/CursorDelegate.qml b/src/controls/Styles/iOS/CursorDelegate.qml
index 5312398c..37577cd4 100644
--- a/src/controls/Styles/iOS/CursorDelegate.qml
+++ b/src/controls/Styles/iOS/CursorDelegate.qml
@@ -53,7 +53,7 @@ Rectangle {
Connections {
target: input
- onCursorPositionChanged: {
+ function onCursorPositionChanged() {
state = "on"
timer.restart()
}