Changeset 12136 for trunk


Ignore:
Timestamp:
09/17/11 19:50:31 (13 years ago)
Author:
tbretz
Message:
Switched the enable/disable of the bias widget on again.
File:
1 edited

Legend:

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

    r12134 r12136  
    28082808                SetLedColor(fStatusBiasLed, kLedWarnTriangleBorder, time);
    28092809
    2810 //            fBiasWidget->setEnabled(s.index>=3);
     2810            fBiasWidget->setEnabled(s.index>=3);
    28112811        }
    28122812
     
    37653765        fEvtBldWidget->setEnabled(false);
    37663766        fLoggerWidget->setEnabled(false);
    3767         //fBiasWidget->setEnabled(false);
     3767        fBiasWidget->setEnabled(false);
    37683768        fAuxWidget->setEnabled(false);
    37693769
Note: See TracChangeset for help on using the changeset viewer.