Skip to content

Commit

Permalink
Fixed overallProgressBar incomplete when process is done
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteJobi committed Sep 4, 2023
1 parent 46f7193 commit 6116789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Upscaler/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ void AllDone(int fileCount)
{
currentProcess = null;
UpdateTotalFileCountLabel(fileCount, fileCount);
overallProgressBar.Value = overallProgressBar.Maximum;
currentActionLabel.Text = "Done";
cancelButton.Text = "Retry";
cancelButton.Click -= CancelButton_Click;
Expand Down

0 comments on commit 6116789

Please sign in to comment.