Corrected color of displayed text when nkeep is small.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@562 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2007-10-24 19:22:14 +00:00
parent e3536ff18b
commit cd67b2ccab
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ subroutine display(nkeep,ncsmin)
10 nz=i-1
utcz=utc(nz)
nz=nz-1
nquad=nkeep/4
nquad=max(nkeep/4,3)
do i=1,nz
nage=utcz-utc(i)
if(nage.lt.0) nage=nage+1440

View File

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