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

Blinking bar #42

Open
juster-0 opened this issue Jul 15, 2022 · 2 comments · May be fixed by #47
Open

Blinking bar #42

juster-0 opened this issue Jul 15, 2022 · 2 comments · May be fixed by #47

Comments

@juster-0
Copy link

juster-0 commented Jul 15, 2022

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.

@florentc
Copy link
Owner

This may be related to #37. Could you confirm the bug is introduced by commit ff4911e just as suggested by @cdown in #37?

@juster-0 juster-0 linked a pull request Oct 29, 2022 that will close this issue
@juster-0
Copy link
Author

Yes, it occurs after the commit, but only if enable_alpha=yes. I also have fixed it in #47.

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

Successfully merging a pull request may close this issue.

2 participants