Fixed scrolling in Messages window.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@421 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2007-06-26 18:42:34 +00:00
parent 9fd53783a2
commit 52d32dddff

View File

@ -1103,7 +1103,7 @@ def update():
nage=int(lines[i][41:])
except:
nage=0
lines[i]=lines[i][:41]
lines[i]=lines[i][:41]+'\n'
if nage==0: attr='age0'
if nage==1: attr='age1'
if nage==2: attr='age2'