diff --git a/src/quick/items/qquickpathview.cpp b/src/quick/items/qquickpathview.cpp index be94cdef4..d9d15a2b3 100644 --- a/src/quick/items/qquickpathview.cpp +++ b/src/quick/items/qquickpathview.cpp @@ -2386,8 +2386,8 @@ void QQuickPathViewPrivate::snapToIndex(int index, MovementReason reason) qreal targetOffset = std::fmod(qreal(modelCount - index), qreal(modelCount)); - if (offset == targetOffset) - return; + /*if (offset == targetOffset) + return;*/ moveReason = reason; offsetAdj = 0.0;