Changeset 12182 for trunk/FACT++


Ignore:
Timestamp:
10/17/11 09:34:53 (13 years ago)
Author:
tbretz
Message:
Implemented new Feedback states.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r12180 r12182  
    28132813            fStatusFeedbackLabel->setToolTip(s.comment.c_str());
    28142814
    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
    28162818                SetLedColor(fStatusFeedbackLed, kLedGreen, time);
    28172819            if (s.index==4) // Connected
Note: See TracChangeset for help on using the changeset viewer.