Skip to content

Commit 48d6565

Browse files
authored
Merge pull request #2513 from notiant/patch-12
NBusyIndicator: follow color change
2 parents 4f24f8a + 06a1926 commit 48d6565

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Widgets/NBusyIndicator.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Item {
1313
implicitWidth: size
1414
implicitHeight: size
1515

16+
onColorChanged: canvas.requestPaint()
17+
1618
// GPU-optimized spinner - draw once, rotate with GPU transform
1719
Item {
1820
id: spinner

0 commit comments

Comments
 (0)