CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

ScrollableFrames do not destroy properly.

Open ar-cyber opened this issue 1 year ago • 1 comments

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

ar-cyber avatar May 28 '24 00:05 ar-cyber

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

Regards.

dipeshSam avatar May 28 '24 02:05 dipeshSam