The bar sometimes "blinking" while changing values. https://user-images.githubusercontent.com/18105077/179231174-16451acc-d076-4c47-bbaf-de40b253ac38.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 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.