From 06a19262bec3429d8925263c52463aa3c3232a4c Mon Sep 17 00:00:00 2001 From: notiant <238434866+notiant@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:19:05 +0200 Subject: [PATCH] NBusyIndicator: follow color change --- Widgets/NBusyIndicator.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Widgets/NBusyIndicator.qml b/Widgets/NBusyIndicator.qml index 48413b911..742c7cdcf 100644 --- a/Widgets/NBusyIndicator.qml +++ b/Widgets/NBusyIndicator.qml @@ -13,6 +13,8 @@ Item { implicitWidth: size implicitHeight: size + onColorChanged: canvas.requestPaint() + // GPU-optimized spinner - draw once, rotate with GPU transform Item { id: spinner