From 92850a11f14d7c779f4c4dc5b428f85efd8b1b7c Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 2 Aug 2006 20:09:22 +0000 Subject: [PATCH] Default settings for JT6M mode are Tol=200, Freeze On, MouseDF=0. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@232 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- wsjt.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/wsjt.py b/wsjt.py index 564d12efd..488c9d8be 100644 --- a/wsjt.py +++ b/wsjt.py @@ -593,9 +593,12 @@ def ModeJT6M(event=NONE): lsync.configure(text=slabel+str(isync)) shmsg.configure(state=DISABLED) cbfreeze.configure(state=NORMAL) - itol=5 + itol=3 + ltol.configure(text='Tol '+str(ntol[itol])) inctol() + nfreeze.set(1) ntx.set(1) + Audio.gcom2.mousedf=0 GenStdMsgs() erase() @@ -936,12 +939,15 @@ def defaults(): global slabel,isync,iclip,itol,idsec isync=1 if g.mode=="FSK441": isync=2 - if g.mode=="JT6M": isync=-10 lsync.configure(text=slabel+str(isync)) iclip=0 lclip.configure(text='Clip '+str(iclip)) itol=5 ltol.configure(text='Tol '+str(ntol[itol])) + if g.mode=="JT6M": + isync=-10 + itol=4 + ltol.configure(text='Tol '+str(ntol[itol])) #------------------------------------------------------ delwav def delwav():