diff --git a/customtkinter/windows/widgets/ctk_scrollable_frame.py b/customtkinter/windows/widgets/ctk_scrollable_frame.py index eede0911..0e8ce2d0 100644 --- a/customtkinter/windows/widgets/ctk_scrollable_frame.py +++ b/customtkinter/windows/widgets/ctk_scrollable_frame.py @@ -92,6 +92,7 @@ def __init__(self, def destroy(self): tkinter.Frame.destroy(self) + self._parent_frame.destroy() CTkAppearanceModeBaseClass.destroy(self) CTkScalingBaseClass.destroy(self)