mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 16:31:17 -05:00
Display self doppler if HisGrid box is empty.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@221 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
0dfbf98532
commit
768b65a5a6
4
wsjt.py
4
wsjt.py
@ -1287,6 +1287,10 @@ def update():
|
|||||||
options.auxra.get()+' '[:9], \
|
options.auxra.get()+' '[:9], \
|
||||||
options.auxdec.get()+' '[:9])
|
options.auxdec.get()+' '[:9])
|
||||||
|
|
||||||
|
if len(HisGrid.get().strip())<4:
|
||||||
|
g.ndop=g.ndop00
|
||||||
|
g.dfdt=g.dfdt0
|
||||||
|
|
||||||
if mode.get()[:4]=='JT65' or mode.get()[:2]=='CW' :
|
if mode.get()[:4]=='JT65' or mode.get()[:2]=='CW' :
|
||||||
graph2.delete(ALL)
|
graph2.delete(ALL)
|
||||||
g2font='Helvetica 16'
|
g2font='Helvetica 16'
|
||||||
|
Loading…
Reference in New Issue
Block a user