diff --git a/src/declarativeimports/plasmacomponents3/ProgressBar.qml b/src/declarativeimports/plasmacomponents3/ProgressBar.qml --- a/src/declarativeimports/plasmacomponents3/ProgressBar.qml +++ b/src/declarativeimports/plasmacomponents3/ProgressBar.qml @@ -45,6 +45,7 @@ id: anim loops: Animation.Infinite + alwaysRunToEnd: true running: control.indeterminate && control.visible PropertyAnimation {