Browse Source

fix: SEL bg color

micha 2 năm trước cách đây
mục cha
commit
60e919720d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      _LibreLightDesk.py

+ 1 - 1
_LibreLightDesk.py

@@ -1891,7 +1891,7 @@ class GUI():
 
                 if "SEL" in txt1:
                     b.configure(fg="black")
-                    #b.configure(bg="#77f")
+                    b.configure(bg="#77f")
                     #b.config(activebackground="#fff")
                 elif "ON" in txt1:
                     b.configure(fg="#040")