TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
10.84k stars 1.02k forks source link

ICO's not working in Toplevel windows #2312

Open Lil-Kneezy opened 3 months ago

Lil-Kneezy commented 3 months ago

I have an ICO that I have set as default in the app level window and that is working fine, but the Toplevel windows are not taking the icon photo, they are maintaining the icon that packs with custom tkinter. I also tried placing the ICO in the Toplevel frame as well but it does not work. Can anyone tell me what I am missing or if this is a known issue.

Akascape commented 3 months ago

@Lil-Kneezy Check this thread : https://github.com/TomSchimansky/CustomTkinter/discussions/1099

JanPanthera commented 3 months ago

2302 this one too, and there you get why

https://github.com/TomSchimansky/CustomTkinter/issues/2302#issuecomment-1991632556

Lil-Kneezy commented 3 months ago

Understood, unfortunate that the bug has not been worked out but this will do! Thank you all for the help