Changeset 10982 for trunk/FACT++


Ignore:
Timestamp:
06/10/11 14:48:44 (13 years ago)
Author:
tbretz
Message:
As a workaround the FAD tab is already enabled in Connecting state - otherwise the LED status is not visible.
File:
1 edited

Legend:

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

    r10962 r10982  
    14931493            if (s.index==FAD::kDisconnected) // Dim connection / FTM disconnected
    14941494                SetLedColor(fStatusFADLed, kLedOrange, time);
    1495             if (s.index==FAD::kConnecting) // Dim connection / FTM disconnected
    1496                 SetLedColor(fStatusFADLed, kLedYellow, time);
     1495            if (s.index==FAD::kConnecting) // Dim connection / FTM disconnected
     1496            {
     1497                SetLedColor(fStatusFADLed, kLedYellow, time);
     1498                // FIXME FIXME FIXME: The LEDs are not displayed when disabled!
     1499                enable = true;
     1500            }
    14971501            if (s.index>=FAD::kConnected) // Dim connection / FTM connected
    14981502            {
Note: See TracChangeset for help on using the changeset viewer.