Open cfivek opened 1 year ago
Yes, this is an issue with the new version.
Only the wm_iconbitmap
method is implemented, that is why other methods are not working,
@TomSchimansky please add the other methods.
I open duplicate: #1125
no i still have that problem
I used both methods and it wont work
I used both methods and it wont work
Nothing to do with original issue. Problem is with backslashes which are interpreted as extra characters, \U
in Users
.
Use extra \
like C:\\Users\\k...
or raw string: r'C:\Users\k...'
I have this issue too, but for me its overwriting the icon of my CTkToplevel windows.
After upgrading to 5.05 (from 5.01), I noticed my root.iconbitmap is being overridden with the customtkinter logo. It seems I can no longer use my own .ico?
Bug?