Changeset 12416 for trunk/FACT++


Ignore:
Timestamp:
11/06/11 02:15:02 (13 years ago)
Author:
tbretz
Message:
Stop the event update when the fEventStop is checked; enable the Calibrate button in the feedback tab only in its allowed state.
File:
1 edited

Legend:

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

    r12406 r12416  
    15761576    {
    15771577        if (!CheckSize(d, 4*1440*sizeof(float)))
     1578            return;
     1579
     1580        if (fEventsStop->isChecked())
    15781581            return;
    15791582
     
    29902993
    29912994            fFeedbackWidget->setEnabled(s.index>=3);
     2995            fFeedbackCalibrate->setEnabled(s.index==4);
    29922996            fFeedbackStop->setEnabled(s.index>4);
    29932997            fFeedbackTempStart->setEnabled(s.index==4);
Note: See TracChangeset for help on using the changeset viewer.