Changeset 13555 for trunk/FACT++


Ignore:
Timestamp:
05/03/12 22:58:03 (12 years ago)
Author:
tbretz
Message:
Added the missing color for the source name in the tracking tab.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/smartfact.cc

    r13552 r13555  
    261261        out << uint64_t(d.time.UnixTime()*1000) << '\n';
    262262
    263         out << fDriveControlSourceName << '\n';
     263        out << "#ffffff\t" << fDriveControlSourceName << '\n';
    264264        out << setprecision(5);
    265265        out << "#ffffff\t" << ra  << '\n';
Note: See TracChangeset for help on using the changeset viewer.