CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

CTk.state("zoomed") doesn't work

Open Zyad205 opened this issue 2 years ago • 2 comments

https://github.com/TomSchimansky/CustomTkinter/assets/131090593/5180992b-693c-414e-a85e-244380cb80ec

Zyad205 avatar Sep 04 '23 20:09 Zyad205

I've got the same problem

Texinger avatar Sep 08 '23 12:09 Texinger

self.after(1, lambda: self.state("zoomed")) you can solve it by using this.

Zyad205 avatar Sep 08 '23 16:09 Zyad205