fixed withdraw and iconify functionality for CTk window before mainloop or update #277 #305 #302

This commit is contained in:
TomSchimansky
2022-08-16 18:14:30 +02:00
parent 8c9183006c
commit 2db46afaf0
4 changed files with 31 additions and 11 deletions

View File

@ -47,7 +47,6 @@ class CTkToplevel(tkinter.Toplevel):
AppearanceModeTracker.add(self.set_appearance_mode, self)
super().configure(bg=ThemeManager.single_color(self.fg_color, self.appearance_mode))
super().title("CTkToplevel")
# self.geometry(f"{self._current_width}x{self._current_height}")
if sys.platform.startswith("win"):
if self.appearance_mode == 1: