From: Alan Alpert Date: Fri, 17 May 2013 17:23:42 +0000 (-0700) Subject: Document drag-threshold behavior of Flickable X-Git-Tag: upstream/5.2.1~677^2~107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c72dd024ba7d9221493983a87cc6fc148d648c55;p=platform%2Fupstream%2Fqtdeclarative.git Document drag-threshold behavior of Flickable Task-number: QTBUG-31168 Change-Id: Ia9452ad9f548b5eb9684603b4ab8b10f35710eae Reviewed-by: Jerome Pasion Reviewed-by: Andrew den Exter --- diff --git a/src/quick/items/qquickflickable.cpp b/src/quick/items/qquickflickable.cpp index bfb0620..f8b69ee 100644 --- a/src/quick/items/qquickflickable.cpp +++ b/src/quick/items/qquickflickable.cpp @@ -2280,7 +2280,11 @@ bool QQuickFlickablePrivate::isViewMoving() const within the timeout, both the press and release will be delivered. Note that for nested Flickables with pressDelay set, the pressDelay of - outer Flickables is overridden by the innermost Flickable. + outer Flickables is overridden by the innermost Flickable. If the drag + exceeds the platform drag threshold, the press event will be delivered + regardless of this property. + + \sa QStyleHints */ int QQuickFlickable::pressDelay() const {