aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/filesystemexplorer/qml
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2024-06-17 15:14:37 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-06-20 06:25:00 +0000
commit5f16dfbe6fecc8315c9752876afc71a96c182d29 (patch)
treed4a6e56933a2af9b8f5377463d605360993a8188 /examples/quickcontrols/filesystemexplorer/qml
parent5766c5719c54ccc5029d965e7f537475d290ec96 (diff)
QQuickAnimation: Fix setting running property6.7
The setRunning logic can call the setRunning recursively while changing the property. This might cause missmatch between whether the animation is actually running and the running property. If we detect recursive call, make sure that the d->running property matches with the animation job running status. Fixes: QTBUG-125224 Pick-to: 6.5 Change-Id: I2e580d45cea7fd9cb010bc37a366def083b24abb Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit cdf71ef7b62dd92d23a7485a3490527d28097db5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 1ef06979983ab87f2f0b0d15d36c98d4a05deeea)
Diffstat (limited to 'examples/quickcontrols/filesystemexplorer/qml')
0 files changed, 0 insertions, 0 deletions