CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

CtkCanvas.coords add return values (fixes #1419)

Open DerSchinken opened this issue 2 years 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

This is affecting me, too - have ended up making a similar change, locally, so I can carry on using this otherwise excellent library 👍

MrHarcombe avatar Jul 10 '24 13:07 MrHarcombe