From 73a2d560f02936789c25c78e6c9b8640c10e708e Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Sun, 21 Jun 2015 10:18:43 -0700 Subject: [PATCH] with a MouseaRea as parent events are filtered better --- containments/homescreen/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/homescreen/package/contents/ui/main.qml b/containments/homescreen/package/contents/ui/main.qml index 7bfc9f04..15021855 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -155,7 +155,7 @@ Item { Component { id: appletContainerComponent - Item { + MouseArea { //not used yet property bool animationsEnabled: false property Item applet