Changeset 1948 in ntrip
- Timestamp:
- Nov 12, 2009, 9:46:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncfigure.cpp ΒΆ
r1939 r1948 172 172 painter.drawText(xx, yMax-10, staID.left(5)); 173 173 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 } 176 178 177 179 anchor++;
Note:
See TracChangeset
for help on using the changeset viewer.