diff --git a/slsDetectorGui/src/qTabMeasurement.cpp b/slsDetectorGui/src/qTabMeasurement.cpp index 030332944..b5061c70e 100644 --- a/slsDetectorGui/src/qTabMeasurement.cpp +++ b/slsDetectorGui/src/qTabMeasurement.cpp @@ -167,7 +167,7 @@ void qTabMeasurement::ShowTriggerDelay() { if ((comboBurstMode->currentIndex() == slsDetectorDefs::CONTINUOUS_INTERNAL || comboBurstMode->currentIndex() == - slsDetectorDefs::CONTINUOUS_INTERNAL) && + slsDetectorDefs::CONTINUOUS_EXTERNAL) && (comboTimingMode->currentIndex() == TRIGGER)) { enableFramePeriod = false; }