CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

CTkLabel ignore warning

Open cfivek opened this issue 2 years ago • 1 comments

Is there an option to disable this warning? Or warnings from CTk in general? "CTkLabel Warning: Given image is not CTkImage but <class 'PIL.ImageTk.PhotoImage'>. Image can not be scaled on HighDPI displays, use CTkImage instead."

I am using a numpy array for my image in this label, and CTkImage doesnt seem to accept the array so I am using regular TkImage.

Regular warning filtering doesn't catch it.

cfivek avatar Dec 23 '22 19:12 cfivek

i have same problem, after too much search can't find solution

UserJoo9 avatar Dec 25 '22 17:12 UserJoo9

Fixed now with version 5.0.4.

TomSchimansky avatar Jan 21 '23 12:01 TomSchimansky