From 768b65a5a613765b4d98116432a06a31400dbe45 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 1 Aug 2006 17:46:51 +0000 Subject: [PATCH] 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 --- wsjt.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wsjt.py b/wsjt.py index 0f7f13aa7..7816d4d84 100644 --- a/wsjt.py +++ b/wsjt.py @@ -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'