Răsfoiți Sursa

fix: deiconify() if window is minimized

micha 6 luni în urmă
părinte
comite
f6ef31c9c2
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      _LibreLightDesk.py

+ 1 - 0
_LibreLightDesk.py

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