Skip to content

Commit

Permalink
ACP
Browse files Browse the repository at this point in the history
1) fix: Transfer speeds not always displayed
  • Loading branch information
dmcoles committed Apr 21, 2022
1 parent 60bf29b commit 2be6c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ACP.e
Original file line number Diff line number Diff line change
Expand Up @@ -1970,6 +1970,7 @@ PROC showCPS(node,incps:PTR TO CHAR)
drawPen:=chat[node]
IF(quietNode[node]) THEN drawPen:=3

SetAPen(eWin.rport,drawPen)
Move(eWin.rport,GLEF_BAUD+5,topOffset+32+(node*11))
Text(eWin.rport,cps,7)
ENDPROC
Expand Down

0 comments on commit 2be6c50

Please sign in to comment.