CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

_checkIfMouseLeft fails after redraw

Open racine890 opened this issue 1 year ago • 1 comments

The _checkIfMouseLeft function bind fails after i delete and recreate widgets on my main window. The code still works, but this bug creates lots of error message in the console, so it becomes hard to debug the project.

I fixed it, just by creating a custom method where i surround it with a try and except statement, and then replace it where it is called.

racine890 avatar Feb 23 '24 23:02 racine890

People will be better able to help you if you provide a Minimal, Reproducible Example

PhilipNelson5 avatar Mar 27 '24 15:03 PhilipNelson5