From f8511334a4b129fbc1ec5ee99dd56b698ea57f94 Mon Sep 17 00:00:00 2001 From: Zeno Albisser Date: Wed, 18 Aug 2010 11:38:01 -0400 Subject: fix bug in strokelist: swallow taps that are not directed to a button --- multilayer-dashboard/StrokeList.qml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/multilayer-dashboard/StrokeList.qml b/multilayer-dashboard/StrokeList.qml index 4881fa8..968202f 100644 --- a/multilayer-dashboard/StrokeList.qml +++ b/multilayer-dashboard/StrokeList.qml @@ -30,6 +30,12 @@ Rectangle { onHeightChanged: y = 0 + GestureArea { + anchors.fill: parent + Tap { //swallow a tap + } + } + Repeater { model: [ "apple", "orange", "pineapple", "coconut", "foo", "bar", "baz", "zealot" ] -- cgit v1.2.3