Merge pull request #2513 from notiant/patch-12

NBusyIndicator: follow color change
This commit is contained in:
Lysec
2026-04-21 13:23:55 +02:00
committed by GitHub
+2
View File
@@ -13,6 +13,8 @@ Item {
implicitWidth: size
implicitHeight: size
onColorChanged: canvas.requestPaint()
// GPU-optimized spinner - draw once, rotate with GPU transform
Item {
id: spinner