mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-03 16:01:18 -05:00
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:
parent
9fd53783a2
commit
52d32dddff
2
map65.py
2
map65.py
@ -1103,7 +1103,7 @@ def update():
|
|||||||
nage=int(lines[i][41:])
|
nage=int(lines[i][41:])
|
||||||
except:
|
except:
|
||||||
nage=0
|
nage=0
|
||||||
lines[i]=lines[i][:41]
|
lines[i]=lines[i][:41]+'\n'
|
||||||
if nage==0: attr='age0'
|
if nage==0: attr='age0'
|
||||||
if nage==1: attr='age1'
|
if nage==1: attr='age1'
|
||||||
if nage==2: attr='age2'
|
if nage==2: attr='age2'
|
||||||
|
Loading…
Reference in New Issue
Block a user