mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
fixed resizable call for CTkToplevel shortly after toplevel creation
This commit is contained in:
parent
fb600c9811
commit
77adb7d024
@ -289,7 +289,6 @@ class CTkToplevel(tkinter.Toplevel):
|
||||
elif self.iconify_called_after_windows_set_titlebar_color:
|
||||
super().iconify()
|
||||
else:
|
||||
print("toplevel revert withdraw", self.state_before_windows_set_titlebar_color)
|
||||
if self.state_before_windows_set_titlebar_color == "normal":
|
||||
self.deiconify()
|
||||
elif self.state_before_windows_set_titlebar_color == "iconic":
|
||||
|
Loading…
Reference in New Issue
Block a user