CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

Bug on progressbar

Open 0x0fe opened this issue 1 year ago • 2 comments

On the progressbar, when the value is set to 0 or 0.0, the progress bar is still visible

image

But, it should not be visible when set to 0.

0x0fe avatar Feb 01 '24 17:02 0x0fe

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.

BhagyaJyoti22006 avatar Feb 02 '24 17:02 BhagyaJyoti22006

Try to set corner_radius to 0.

gamer421 avatar May 23 '24 16:05 gamer421