TomSchimansky / CustomTkinter

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

CTkFrame should return funcid str returned by _canvas.bind() #2626

Closed Kwuasimoto closed 2 weeks ago

Kwuasimoto commented 2 weeks ago

^

Kwuasimoto commented 2 weeks ago

Just realized this is an issue on a lot of the objects implementing CTkBaseClass, lemme know if you want me to update this for all of the widgets. This should probably be done so people can add/remove specific bindings by their funcid which I'm assuming is normal for base tkinter library.

Kwuasimoto commented 2 weeks ago

Just came across the base tkinter bug, oddly it was working but now it seems to appear. Closing this