aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/imagine/SwipeDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols2/imagine/SwipeDelegate.qml')
-rw-r--r--src/quickcontrols2/imagine/SwipeDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickcontrols2/imagine/SwipeDelegate.qml b/src/quickcontrols2/imagine/SwipeDelegate.qml
index 5e13fc6b88..05e9e7d4a9 100644
--- a/src/quickcontrols2/imagine/SwipeDelegate.qml
+++ b/src/quickcontrols2/imagine/SwipeDelegate.qml
@@ -88,7 +88,7 @@ T.SwipeDelegate {
{"focused": control.visualFocus},
{"highlighted": control.highlighted},
{"mirrored": control.mirrored},
- {"hovered": control.hovered}
+ {"hovered": control.enabled && control.hovered}
]
}
}