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:
Joe Taylor 2006-09-19 19:21:38 +00:00
parent b41fcdcfaa
commit 5a1d391dba
1 changed files with 2 additions and 2 deletions

View File

@ -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')