Changeset 12131 for trunk


Ignore:
Timestamp:
09/17/11 14:45:21 (13 years ago)
Author:
tbretz
Message:
Updated for which cameras the cursors are shown.
File:
1 edited

Legend:

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

    r12121 r12131  
    28082808                SetLedColor(fStatusBiasLed, kLedWarnTriangleBorder, time);
    28092809
    2810             fBiasWidget->setEnabled(s.index>=3);
     2810//            fBiasWidget->setEnabled(s.index>=3);
    28112811        }
    28122812
     
    37713771        fEvtBldWidget->setEnabled(false);
    37723772        fLoggerWidget->setEnabled(false);
    3773         fBiasWidget->setEnabled(false);
     3773        //fBiasWidget->setEnabled(false);
    37743774        fAuxWidget->setEnabled(false);
    37753775
     
    40934093        fAdcDataCanv->EnableSignalEvents(kMouseMoveEvent);
    40944094
    4095         //fRatesCanv->setMouseTracking(true);
     4095        fRatesCanv->setMouseTracking(true);
    40964096        fEventCanv1->setMouseTracking(true);
    40974097        fEventCanv2->setMouseTracking(true);
     
    41014101        fFeedbackDevCam->setMouseTracking(true);
    41024102        fFeedbackCmdCam->setMouseTracking(true);
     4103
     4104        fEventCanv1->ShowPixelCursor(true);
     4105        fEventCanv2->ShowPixelCursor(true);
     4106        fEventCanv3->ShowPixelCursor(true);
     4107        fEventCanv4->ShowPixelCursor(true);
     4108
     4109        fEventCanv1->ShowPatchCursor(true);
     4110        fEventCanv2->ShowPatchCursor(true);
     4111        fEventCanv3->ShowPatchCursor(true);
     4112        fEventCanv4->ShowPatchCursor(true);
     4113
     4114        fFeedbackDevCam->ShowPixelCursor(true);
     4115        fFeedbackCmdCam->ShowPixelCursor(true);
     4116
     4117        fFeedbackDevCam->ShowPatchCursor(true);
     4118        fFeedbackCmdCam->ShowPatchCursor(true);
    41034119
    41044120        connect(fRatesCanv, SIGNAL(signalPixelMoveOver(int)),
Note: See TracChangeset for help on using the changeset viewer.