Skip to content

Commit 437ef55

Browse files
authored
Merge pull request #5682 from andydotxyz/fix/5433
2 parents f4f03cc + ca95ace commit 437ef55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

widget/progressbarinfinite.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ func (p *infProgressRenderer) start() {
9494
p.animation.Tick = p.updateBar
9595
p.animation.Curve = fyne.AnimationLinear
9696
p.animation.RepeatCount = fyne.AnimationRepeatForever
97+
p.animation.AutoReverse = true
9798

9899
p.wasRunning = true
99100
p.animation.Start()

0 commit comments

Comments
 (0)