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:
Joe Taylor 2006-08-01 17:46:51 +00:00
parent 0dfbf98532
commit 768b65a5a6
1 changed files with 4 additions and 0 deletions

View File

@ -1287,6 +1287,10 @@ def update():
options.auxra.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' :
graph2.delete(ALL)
g2font='Helvetica 16'