aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qtqml.tracepoints
diff options
context:
space:
mode:
authorDavid Redondo <kde@david-redondo.de>2020-05-13 11:04:23 +0200
committerDavid Redondo <qt@david-redondo.de>2022-11-22 17:01:07 +0100
commit99047ae219ff6689da38cc988a25030fece655da (patch)
treea0efbaf9fd2f0d29763ed16f8ef692b8de26de9b /src/qml/qtqml.tracepoints
parent3ba1496a65a06b38ee324b5ac10ffec98b22b0c1 (diff)
QQuickItemView: Fix max(X/Y)Extent()
QQuickFlickable maxXExtent() and maxYExtent() return the amount of space that is not shown when inside a ScrollView. QQuickItemView however just returned width() if vertical and height() if horizontal. In these cases just defer to the QQuickFlickable base implementation like minXExtent() and minYExtent() already do. Fixes: QTBUG-83890 Pick-to: 6.2 6.4 Change-Id: I7f4060c2f46ae07611bedceca0d322c5f7f6affb Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/qml/qtqml.tracepoints')
0 files changed, 0 insertions, 0 deletions