CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

CtkCanvas.coords add return values (fixes #1419)

Open DerSchinken opened this issue 1 year ago • 1 comments

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

DerSchinken avatar Jan 29 '24 08:01 DerSchinken