diff --git a/map65.py b/map65.py index 46f794741..154b578ed 100644 --- a/map65.py +++ b/map65.py @@ -1,4 +1,4 @@ -#--------------------------------------------------------------------- MAP65 +#-------------------------------------------------------------------- MAP65 # $Date$ $Revision$ # from Tkinter import * diff --git a/specjt.py b/specjt.py index 22df533e4..c85b8bdf4 100644 --- a/specjt.py +++ b/specjt.py @@ -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)