TomSchimansky / CustomTkinter

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

ScrollableFrames do not destroy properly. #2443

Open ar-cyber opened 1 month ago

ar-cyber commented 1 month ago

Using the destroy command does not destroy the ScrollableFrame widget, but all of the content inside of it.

dipeshSam commented 1 month ago

It's a known bug. For instant fix, you can put the ScrollableFrame in a Frame and then can destroy that Frame.

Regards.