diff --git a/bar.go b/bar.go index 7d41873..09e1b61 100644 --- a/bar.go +++ b/bar.go @@ -209,7 +209,7 @@ if total > 0 { s.total = total } - if final { + if final && !s.toComplete { s.current = s.total s.toComplete = true go b.forceRefresh()