CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

Fixed an exception when destroying an entry and updating the text variable

Open Nerogar opened this issue 2 years ago • 0 comments

This fixes an exception that occurs after destroying a CtkEntry with a text variable and then updating that text variable.

trace_add is called when the entry is created, but trace_remove was never called.

The exception was _tkinter.TclError: invalid command name

Nerogar avatar Nov 11 '23 15:11 Nerogar