aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-06-08 08:10:13 +1000
committerAlan Alpert <alan.alpert@nokia.com>2011-06-08 08:10:13 +1000
commit7bdf5a795247025e83c52d3361e914391ec842f6 (patch)
tree1889d329a6dc7b823791a3afe90e9d03e060ba4a /doc
parent8aefa88efcd898fb9dbd5dd9155e9230a02222b5 (diff)
Elaborate on the MouseArea changes
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/whatsnew.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/declarative/whatsnew.qdoc b/doc/src/declarative/whatsnew.qdoc
index 3b91cf170e..bcf27e1a40 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.