From 7bdf5a795247025e83c52d3361e914391ec842f6 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Wed, 8 Jun 2011 08:10:13 +1000 Subject: [PATCH] Elaborate on the MouseArea changes --- doc/src/declarative/whatsnew.qdoc | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/doc/src/declarative/whatsnew.qdoc b/doc/src/declarative/whatsnew.qdoc index 3b91cf1..bcf27e1 100644 --- a/doc/src/declarative/whatsnew.qdoc +++ b/doc/src/declarative/whatsnew.qdoc @@ -33,7 +33,9 @@ QtQuick 2.0 is a major update. -MouseArea now propagates clicked, doubleClicked and pressAndHold differently. +MouseArea now propagates clicked, doubleClicked and pressAndHold differently to pressed. +These will now be propagated to the highest-stacking-order enabled MouseArea which has a handler for them. +You can still ignore these events in the handler to let them pass through. The Binding element now restores any previously set binding when its \e when clause becomes false. -- 1.7.2.5