CustomTkinter
CustomTkinter copied to clipboard
Bug on progressbar
On the progressbar, when the value is set to 0 or 0.0, the progress bar is still visible
But, it should not be visible when set to 0.
That is the expected behaviour. It ensures the user that the thing is a progress bar and the bar is at the starting point.
But there is still a way to go around. set the progress_color to fg_color initially. And when you are all set to run it, change the progress_color.
Try to set corner_radius to 0.