NBusyIndicator: follow color change

This commit is contained in:
notiant
2026-04-21 13:19:05 +02:00
committed by GitHub
parent 4f24f8a725
commit 06a19262be
+2
View File
@@ -13,6 +13,8 @@ Item {
implicitWidth: size implicitWidth: size
implicitHeight: size implicitHeight: size
onColorChanged: canvas.requestPaint()
// GPU-optimized spinner - draw once, rotate with GPU transform // GPU-optimized spinner - draw once, rotate with GPU transform
Item { Item {
id: spinner id: spinner