We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f24f8a + 06a1926 commit 48d6565Copy full SHA for 48d6565
1 file changed
Widgets/NBusyIndicator.qml
@@ -13,6 +13,8 @@ Item {
13
implicitWidth: size
14
implicitHeight: size
15
16
+ onColorChanged: canvas.requestPaint()
17
+
18
// GPU-optimized spinner - draw once, rotate with GPU transform
19
Item {
20
id: spinner
0 commit comments