Removed diagnostic display of mouse coords.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@496 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2007-07-11 16:44:30 +00:00
parent 0549ad9390
commit 33782bf191
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -118,7 +118,6 @@ def fdf_change(event):
g.Freq=df*(event.x-375) + fmid
n=int(g.Freq+0.5)
t="%d" % (n,)
t="%d " % event.x + t ### for tests only
if g.fc[n] != "":
t=t + ": " + g.fc[n]
fdf.configure(text=t)