Changeset 1948 in ntrip


Ignore:
Timestamp:
Nov 12, 2009, 9:46:57 PM (14 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncfigure.cpp

    r1939 r1948  
    172172    painter.drawText(xx, yMax-10, staID.left(5));
    173173
    174     painter.fillRect(xx, yMax-40-yy, 30, yy,
    175                      QBrush(Qt::blue,Qt::SolidPattern));
     174    if(_maxRate > 0.0) {
     175      painter.fillRect(xx, yMax-40-yy, 30, yy,
     176                       QBrush(Qt::blue,Qt::SolidPattern));
     177    }
    176178
    177179    anchor++;
Note: See TracChangeset for help on using the changeset viewer.