CustomTkinter
CustomTkinter copied to clipboard
CtkCanvas.coords add return values (fixes #1419)
CtkCanvas.coords
was missing the return values (the coords), with this fix the method will always return the values from the call to the parents method (super().coord
). Fixing #1419