Skip to content
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

Bug in Progess percentage calculation #129

Open
zishanj opened this issue Jan 13, 2019 · 0 comments
Open

Bug in Progess percentage calculation #129

zishanj opened this issue Jan 13, 2019 · 0 comments

Comments

@zishanj
Copy link

zishanj commented Jan 13, 2019

There is a small issue in displaying the textual percentage progress. The value returned by getProgress() is calculated based on modulus operator % which returns the remainder not the percent value. While assigning value to textual field, it should apply this formula getProgress() * 100 / getMax().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant