diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/zen/zen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zen/zen.cpp b/src/zen/zen.cpp index f0644a4f5..e84e258b8 100644 --- a/src/zen/zen.cpp +++ b/src/zen/zen.cpp @@ -576,7 +576,7 @@ ProgressBar::ForceLinebreak() void ProgressBar::Finish() { - if (m_LastOutputLength > 0) + if (m_LastOutputLength > 0 || m_State.RemainingCount > 0) { State NewState = m_State; NewState.RemainingCount = 0; |