Changeset 2005 in ntrip
- Timestamp:
- Nov 21, 2009, 9:20:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncfigurelate.cpp
r1997 r2005 147 147 maxLate = maxLateRound; 148 148 if(maxLate > 0.0) { 149 painter.drawText(0,int((yMax-yMin)*xLine) - int(yLength*(maxLateRound/maxLate)), xMin+60, 15, Qt::AlignRight,maxLateStr);149 painter.drawText(0,int((yMax-yMin)*xLine) - yLength, xMin+60, 15, Qt::AlignRight,maxLateStr); 150 150 } 151 151
Note:
See TracChangeset
for help on using the changeset viewer.