diff options
author | Damiano Galassi <[email protected]> | 2016-05-24 10:46:30 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-05-24 10:46:30 +0200 |
commit | c0393485103ded582169ce383f411450ab8e016d (patch) | |
tree | 4c6d932edf4a86a7952b0bf3d171c40a56f82b29 /macosx/HBStateFormatter+Private.m | |
parent | 879a512e2b58b73171b8ee542470c722f0b60647 (diff) |
MacGui: show the encode progress when paused too.
Diffstat (limited to 'macosx/HBStateFormatter+Private.m')
-rw-r--r-- | macosx/HBStateFormatter+Private.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBStateFormatter+Private.m b/macosx/HBStateFormatter+Private.m index 7c5f600ee..ffce1c068 100644 --- a/macosx/HBStateFormatter+Private.m +++ b/macosx/HBStateFormatter+Private.m @@ -125,6 +125,7 @@ switch (s.state) { case HB_STATE_WORKING: + case HB_STATE_PAUSED: #define p s.param.working progress = (p.progress + p.pass - 1) / p.pass_count; #undef p |