fix: no end indicator on circular indicator
This commit is contained in:
parent
ad5649473a
commit
3a10ff1f67
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ BusyIndicator {
|
||||||
rotation: manager.rotation
|
rotation: manager.rotation
|
||||||
startAngle: manager.startFraction * 360
|
startAngle: manager.startFraction * 360
|
||||||
value: manager.endFraction - manager.startFraction
|
value: manager.endFraction - manager.startFraction
|
||||||
|
hasEndIndicator: false
|
||||||
}
|
}
|
||||||
|
|
||||||
CircularIndicatorManager {
|
CircularIndicatorManager {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue