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

TBProgressSpinner::IsRunning is not const-qualified #8

Closed
Xeverous opened this issue Jul 22, 2019 · 1 comment
Closed

TBProgressSpinner::IsRunning is not const-qualified #8

Xeverous opened this issue Jul 22, 2019 · 1 comment

Comments

@Xeverous
Copy link

/** Return true if the animation is running. */
bool IsRunning() { return m_value > 0; }

I guess there is nothing behind this, just an oversight.

@tesch1
Copy link
Owner

tesch1 commented Jul 22, 2019

Yeah, a lot of the original turbobadger was missing these, I've cleaned up a bunch, but certainly I missed some. PRs welcome.

@tesch1 tesch1 closed this as completed in 4ec3558 Nov 6, 2019
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

2 participants