Changeset 10982
- Timestamp:
- 06/10/11 14:48:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r10962 r10982 1493 1493 if (s.index==FAD::kDisconnected) // Dim connection / FTM disconnected 1494 1494 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 } 1497 1501 if (s.index>=FAD::kConnected) // Dim connection / FTM connected 1498 1502 {
Note:
See TracChangeset
for help on using the changeset viewer.