mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 04:38:37 -05:00
Dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@297 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
d1c27676fd
commit
c348498b2e
2
wsjt.py
2
wsjt.py
@ -1386,7 +1386,7 @@ def update():
|
||||
|
||||
msg1.configure(text="%6.4f %6.4f" % (samfac_in,samfac_out))
|
||||
msg2.configure(text=mode.get())
|
||||
t="FrzDF:%4d" % (int(Audio.gcom2.mousedf),)
|
||||
t="FreezeDF:%4d" % (int(Audio.gcom2.mousedf),)
|
||||
if abs(int(Audio.gcom2.mousedf))>600:
|
||||
msg3.configure(text=t,fg='black',bg='red')
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user