Fixed click-on-waterfall 2 ==> set DF.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@479 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2007-07-09 19:32:50 +00:00
parent 2c694c7007
commit baecf071c3
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#--------------------------------------------------------------------- MAP65
#---------------------------------------------------------------------- MAP65
# $Date$ $Revision$
#
from Tkinter import *

View File

@ -120,10 +120,7 @@ def fdf_change(event):
fdf.configure(text=t)
def fdf_change2(event):
pass
## g.DFreq=(2200.0/750.0)*(event.x-375)
## t="DF: %d Hz" % int(g.DFreq)
## fdf2.configure(text=t)
g.DFreq=(2200.0/750.0)*(event.x-375)
#---------------------------------------------------- set_fqso
def set_fqso(event):
@ -136,6 +133,7 @@ def set_freezedf(event):
n=int(g.DFreq + 0.5)
Audio.gcom2.mousedf=n
df_mark()
print 'B',n
#------------------------------------------------------ ftnstr
def ftnstr(x):