浏览代码

fix: SEL bg color

micha 2 年之前
父节点
当前提交
60e919720d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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")