CustomTkinter
CustomTkinter copied to clipboard
CTk.TopLevel behaviour
Hi,
Anyone having trouble with the use of CTk.TopLevel as a warning window that moves to the top of the -z axis?
I have also now noticed that the CTkToplevel class seems to have issues on init. I can't seem to get any of my implementation for that function to fire (can't set size, can't get a print statement to go through, etc.)
What has happened to me is that when I change the appearance of the CTk.TopLevel from a light color to a dark color (or vice versa) the change is applied and the window closes unexpectedly. But when I make the appearance change a second time, the change is applied and the window does not close.