mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02:00
gui fix g2 disabling frame period in con ext
This commit is contained in:
@ -167,7 +167,7 @@ void qTabMeasurement::ShowTriggerDelay() {
|
|||||||
if ((comboBurstMode->currentIndex() ==
|
if ((comboBurstMode->currentIndex() ==
|
||||||
slsDetectorDefs::CONTINUOUS_INTERNAL ||
|
slsDetectorDefs::CONTINUOUS_INTERNAL ||
|
||||||
comboBurstMode->currentIndex() ==
|
comboBurstMode->currentIndex() ==
|
||||||
slsDetectorDefs::CONTINUOUS_INTERNAL) &&
|
slsDetectorDefs::CONTINUOUS_EXTERNAL) &&
|
||||||
(comboTimingMode->currentIndex() == TRIGGER)) {
|
(comboTimingMode->currentIndex() == TRIGGER)) {
|
||||||
enableFramePeriod = false;
|
enableFramePeriod = false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user