We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The bar sometimes "blinking" while changing values.
After checking the video frame by frame, I've noticed that blinking is the result of redrawing the bar every time, when values change.
To solve the issue we can redraw only changed part of the bar. And draw all components of the bar separately.
The text was updated successfully, but these errors were encountered:
This may be related to #37. Could you confirm the bug is introduced by commit ff4911e just as suggested by @cdown in #37?
Sorry, something went wrong.
Yes, it occurs after the commit, but only if enable_alpha=yes. I also have fixed it in #47.
enable_alpha=yes
Successfully merging a pull request may close this issue.
The bar sometimes "blinking" while changing values.
xob_blinks-2022-07-14_11.45.12.mov
After checking the video frame by frame, I've noticed that blinking is the result of redrawing the bar every time, when values change.
To solve the issue we can redraw only changed part of the bar. And draw all components of the bar separately.
The text was updated successfully, but these errors were encountered: