CustomTkinter
CustomTkinter copied to clipboard
Window with a CTkScrollableFrame lags when resizing
trafficstars
Description When a window containing a CTkScrollableFrame is resized, the entire UI lags.
Steps To Reproduce
- Create a window, either tkinter.Tk() or customtkinter.CTk()
- pack a CTkScrollableFrame into the window
- resize the window
Additional context This bug is observed to happen all the time on Linux, but much worse only sometimes on Windows. I haven't tested it on macOS.