mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-20 02:52:00 -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
e0078ac2aa
commit
218bcee0ab
2
wsjt.py
2
wsjt.py
@ -1386,7 +1386,7 @@ def update():
|
|||||||
|
|
||||||
msg1.configure(text="%6.4f %6.4f" % (samfac_in,samfac_out))
|
msg1.configure(text="%6.4f %6.4f" % (samfac_in,samfac_out))
|
||||||
msg2.configure(text=mode.get())
|
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:
|
if abs(int(Audio.gcom2.mousedf))>600:
|
||||||
msg3.configure(text=t,fg='black',bg='red')
|
msg3.configure(text=t,fg='black',bg='red')
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user