From: Alan Alpert Date: Tue, 7 Jun 2011 22:10:13 +0000 (+1000) Subject: Elaborate on the MouseArea changes X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=7bdf5a795247025e83c52d3361e914391ec842f6;p=konrad%2Fqtdeclarative.git Elaborate on the MouseArea changes --- 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.