aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/fusion/BusyIndicator.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols/fusion/BusyIndicator.qml')
-rw-r--r--src/quickcontrols/fusion/BusyIndicator.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickcontrols/fusion/BusyIndicator.qml b/src/quickcontrols/fusion/BusyIndicator.qml
index dcd2f23f49..8de02b6aea 100644
--- a/src/quickcontrols/fusion/BusyIndicator.qml
+++ b/src/quickcontrols/fusion/BusyIndicator.qml
@@ -27,7 +27,7 @@ T.BusyIndicator {
Behavior on opacity { OpacityAnimator { duration: 250 } }
RotationAnimator on rotation {
- running: control.running || control.contentItem.visible
+ running: control.running && control.contentItem.visible
from: 0
to: 360
duration: 1000