mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 04:38:37 -05:00
Fixed "activebackground" color for Decode button.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@301 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
308e0e4fdc
commit
f8c83dfc61
4
wsjt.py
4
wsjt.py
@ -1391,9 +1391,9 @@ def update():
|
||||
msg3.configure(text=t,fg='black',bg='red')
|
||||
else:
|
||||
msg3.configure(text=t,fg='black',bg='gray85')
|
||||
bdecode.configure(bg='gray85',highlightbackground='red')
|
||||
bdecode.configure(bg='gray85',activebackground='gray95')
|
||||
if Audio.gcom2.ndecoding: #Set button bg=light_blue while decoding
|
||||
bdecode.configure(bg='#66FFFF',highlightbackground='red')
|
||||
bdecode.configure(bg='#66FFFF',activebackground='#66FFFF')
|
||||
if mode.get()[:2]=="CW":
|
||||
msg5.configure(text="TR Period: %d s" % (Audio.gcom1.trperiod,), \
|
||||
bg='white')
|
||||
|
Loading…
Reference in New Issue
Block a user