CustomTkinter
CustomTkinter copied to clipboard
CTkLabel ignore warning
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.
i have same problem, after too much search can't find solution
Fixed now with version 5.0.4.