mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-07 17:46:04 -05:00
Dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@452 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
0fef41a490
commit
f835b69f41
3
map65.py
3
map65.py
@ -1007,11 +1007,8 @@ def update():
|
|||||||
if mode.get()[:4]=='JT65' and (Audio.gcom2.ndecoding>0 or \
|
if mode.get()[:4]=='JT65' and (Audio.gcom2.ndecoding>0 or \
|
||||||
(isec>45 and Audio.gcom2.monitoring==1 and \
|
(isec>45 and Audio.gcom2.monitoring==1 and \
|
||||||
Audio.datcom.kkdone!=-99 and Audio.gcom2.ndiskdat!=1)):
|
Audio.datcom.kkdone!=-99 and Audio.gcom2.ndiskdat!=1)):
|
||||||
|
|
||||||
#Set button bg while decoding
|
#Set button bg while decoding
|
||||||
bc='#66FFFF'
|
bc='#66FFFF'
|
||||||
# if g.ndecphase==1: bc='orange'
|
|
||||||
# if g.ndecphase==2: bc='yellow'
|
|
||||||
bdecode.configure(bg=bc,activebackground=bc,state=DISABLED)
|
bdecode.configure(bg=bc,activebackground=bc,state=DISABLED)
|
||||||
else:
|
else:
|
||||||
bdecode.configure(bg='gray85',activebackground='gray85',state=ACTIVE)
|
bdecode.configure(bg='gray85',activebackground='gray85',state=ACTIVE)
|
||||||
|
Loading…
Reference in New Issue
Block a user