Changeset 4357 in ntrip for trunk/BNC/src/rinex/graphwin.h


Ignore:
Timestamp:
Jun 24, 2012, 6:57:09 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/graphwin.h

    r4356 r4357  
    3838  t_colorMap() : QwtLinearColorMap(Qt::darkBlue, Qt::yellow) {
    3939    addColorStop(0.05, Qt::blue);
    40 //    addColorStop(0.30, Qt::cyan);
    41 //    addColorStop(0.60, Qt::green);
    42     addColorStop(9.98, Qt::red);
     40    addColorStop(0.30, Qt::cyan);
     41    addColorStop(0.60, Qt::green);
     42    addColorStop(0.98, Qt::red);
    4343  }
    4444};
Note: See TracChangeset for help on using the changeset viewer.