From 71ce357d6375bd6b0361db142fc303186e27bad0 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 27 Jul 2025 15:03:48 +1000 Subject: internal: fix busyindicator & switch Fix not rendering the internal shapes sometimes --- widgets/StyledBusyIndicator.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/StyledBusyIndicator.qml') diff --git a/widgets/StyledBusyIndicator.qml b/widgets/StyledBusyIndicator.qml index 2c8d056..060870f 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 -- cgit v1.2.3-freya