TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
10.81k stars 1.03k forks source link

Bug on progressbar #2250

Open 0x0fe opened 5 months ago

0x0fe commented 5 months ago

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.

BhagyaJyoti22006 commented 5 months ago

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.

gamer421 commented 1 month ago

Try to set corner_radius to 0.