|
@@ -1819,6 +1819,7 @@ class WindowManager():
|
|
w = self.windows[name]
|
|
w = self.windows[name]
|
|
|
|
|
|
if not str(type(w)).startswith("<class 'function'>"):
|
|
if not str(type(w)).startswith("<class 'function'>"):
|
|
|
|
+ w.tk.deiconify()
|
|
w.tk.attributes('-topmost',True)
|
|
w.tk.attributes('-topmost',True)
|
|
w.tk.attributes('-topmost',False)
|
|
w.tk.attributes('-topmost',False)
|
|
w.tk.update_idletasks()
|
|
w.tk.update_idletasks()
|