aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2012-07-18 10:36:17 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-23 03:30:23 +0200
commit0fc361f96b06ba318e70610e46beb421753cae9d (patch)
tree8b5ea97dc869f3896f7fc565fc15def3ad131254 /src/quick/doc
parent33fcc79a88fbc66a3a714913392a331f2bb601b3 (diff)
Changing PathView model after componentComplete should reset position
If the model is changed after the component is completed, the offset and currentIndex should be reset to 0. Change-Id: Ie36eb0c17ce6602c6ae15b5ee7aeb8b1a6e7854b Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'src/quick/doc')
-rw-r--r--src/quick/doc/src/whatsnew.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quick/doc/src/whatsnew.qdoc b/src/quick/doc/src/whatsnew.qdoc
index c82ddf7de5..813656c10b 100644
--- a/src/quick/doc/src/whatsnew.qdoc
+++ b/src/quick/doc/src/whatsnew.qdoc
@@ -319,6 +319,8 @@ the window loses focus.
\li New \l{PathView::}{maximumFlickVelocity} property controls the maximum flick velocity of the
view.
\li New \l{PathView::}{snapMode} property controls the snap model when flicking between items
+ \li If the model is changed after the component is completed, the offset and currentIndex are
+ reset to 0.
\endlist
\endlist