gui fix g2 disabling frame period in con ext

This commit is contained in:
2020-09-24 16:05:43 +02:00
parent 8483e05f4c
commit 9c5d8cfcd7

View File

@ -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;
}