aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-04-28 10:38:52 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2017-05-15 17:22:01 +0000
commit80e5e6976afe4425cc8fd22c010fcf039c5b4b91 (patch)
tree132f843b11969321d10681f1200fa28a183b1b7a /tests/manual/pointer
parent2c6d20245cfaaa8d62874df98beb49c99d0067bc (diff)
tst_flickableinterop: test buttons with all gesturePolicy values
Change-Id: If3d9e10bb54fc75a7e72bc6367de3e083611a45f Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'tests/manual/pointer')
-rw-r--r--tests/manual/pointer/content/Slider.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/pointer/content/Slider.qml b/tests/manual/pointer/content/Slider.qml
index ecf45c02f3..809e4c5f1c 100644
--- a/tests/manual/pointer/content/Slider.qml
+++ b/tests/manual/pointer/content/Slider.qml
@@ -82,7 +82,7 @@ Item {
anchors.horizontalCenterOffset: 1
radius: 5
color: "#4400FFFF"
- opacity: dragHandler.active || tapFlash.running ? 1 : 0
+ opacity: tap.isPressed || tapFlash.running ? 1 : 0
FlashAnimation on visible {
id: tapFlash
}