-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression in v3.14.3 using -1
max value
#187
Comments
Thank you for bringing this regression to my attention. I apologize for the oversight regarding the spinner scenario. When initializing a spinner, its Regarding the failure to clear on finish, when I will submit a fix to revert the changes for the spinner type to restore the expected behavior. |
Fixed in v3.14.4, thanks! |
v3.14.3
introduced an issue whereprogressbar.Finish()
behaves differently, when it's initialized with an-1
max value. (v3.14.2...v3.14.3)Reverting #182 seems to fix the issue.
Reproduction:
Passes in v3.14.2, results in v3.14.3:
The text was updated successfully, but these errors were encountered: