diff --git a/bar_filler_bar.go b/bar_filler_bar.go index c0074c2..3c42e65 100644 --- a/bar_filler_bar.go +++ b/bar_filler_bar.go @@ -235,7 +235,7 @@ var fillCount int curWidth := int(internal.PercentageRound(stat.Total, stat.Current, uint(width))) - if curWidth != 0 && !stat.Completed || s.tipOnComplete { + if curWidth != 0 && (!stat.Completed || s.tipOnComplete) { tip = s.tip.frames[s.tip.count%uint(len(s.tip.frames))] s.tip.count++ fillCount += tip.width