CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

fix(ctk_toplevel): removed excess icon setting

Open RobbieKhan opened this issue 2 years ago • 5 comments

Default icon is always automatically set in __init__ method of Toplevel TWICE after 200 msec after creation. It is called correctly in the end of __init__ method when you call self._windows_set_titlebar_icon() 200 msec after creating the Toplevel window and it doesn't change icon if user already set his own one. But for the first time you call it one more time without any checks in the beginning of the __init__ method. Please delete that excess call in the next update.

RobbieKhan avatar Jan 28 '23 15:01 RobbieKhan

Can we please land this @TomSchimansky

UnlimitedBytes avatar May 30 '23 23:05 UnlimitedBytes

This is indeed much needed!

octimot avatar May 31 '23 14:05 octimot

This is still an issue for me, as of version 5.2.2

OCNeve avatar Feb 28 '24 10:02 OCNeve

This is still an issue for me, as of version 5.2.2

Unfortunately author of this library just ignores bug reports, he just have to press one damn button to fix this issue, but this pull request is already 1 year old

RobbieKhan avatar Feb 29 '24 08:02 RobbieKhan

What a pity ! If only he could make the project opensource or something. I love his work and use it a lot for minor importance backend tools but still, that are in production. It would be sad for the project to die.

OCNeve avatar Feb 29 '24 09:02 OCNeve