Changeset 12182 for trunk/FACT++
- Timestamp:
- 10/17/11 09:34:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r12180 r12182 2813 2813 fStatusFeedbackLabel->setToolTip(s.comment.c_str()); 2814 2814 2815 if (s.index==5) // Running 2815 if (s.index>6) // Running 2816 SetLedColor(fStatusFeedbackLed, kLedGreenCheck, time); 2817 if (s.index==5 || s.index==6) // Idle 2816 2818 SetLedColor(fStatusFeedbackLed, kLedGreen, time); 2817 2819 if (s.index==4) // Connected
Note:
See TracChangeset
for help on using the changeset viewer.