diff --git a/widgets/StyledBusyIndicator.qml b/widgets/StyledBusyIndicator.qml index 2c8d0563..060870f4 100644 --- a/widgets/StyledBusyIndicator.qml +++ b/widgets/StyledBusyIndicator.qml @@ -18,6 +18,7 @@ BusyIndicator { id: shape preferredRendererType: Shape.CurveRenderer + asynchronous: true RotationAnimator on rotation { from: 0 diff --git a/widgets/StyledSwitch.qml b/widgets/StyledSwitch.qml index e38040c3..9a7448c9 100644 --- a/widgets/StyledSwitch.qml +++ b/widgets/StyledSwitch.qml @@ -82,6 +82,7 @@ Switch { width: height height: parent.implicitHeight - Appearance.padding.small * 2 preferredRendererType: Shape.CurveRenderer + asynchronous: true ShapePath { strokeWidth: Appearance.font.size.larger * 0.15