mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
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:
parent
c1258bdd85
commit
f7eef8a19c
2
map65.py
2
map65.py
@ -1,4 +1,4 @@
|
|||||||
#--------------------------------------------------------------------- MAP65
|
#-------------------------------------------------------------------- MAP65
|
||||||
# $Date$ $Revision$
|
# $Date$ $Revision$
|
||||||
#
|
#
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
|
@ -118,7 +118,6 @@ def fdf_change(event):
|
|||||||
g.Freq=df*(event.x-375) + fmid
|
g.Freq=df*(event.x-375) + fmid
|
||||||
n=int(g.Freq+0.5)
|
n=int(g.Freq+0.5)
|
||||||
t="%d" % (n,)
|
t="%d" % (n,)
|
||||||
t="%d " % event.x + t ### for tests only
|
|
||||||
if g.fc[n] != "":
|
if g.fc[n] != "":
|
||||||
t=t + ": " + g.fc[n]
|
t=t + ": " + g.fc[n]
|
||||||
fdf.configure(text=t)
|
fdf.configure(text=t)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user