mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 16:48:01 +02:00
not compulsory anymore for every frame for eiger
This commit is contained in:
@ -1114,8 +1114,8 @@ void qTabPlot::Refresh(){
|
|||||||
boxFrequency->setEnabled(true);
|
boxFrequency->setEnabled(true);
|
||||||
connect(boxScan, SIGNAL(toggled(bool)), this, SLOT(EnableScanBox()));
|
connect(boxScan, SIGNAL(toggled(bool)), this, SLOT(EnableScanBox()));
|
||||||
EnableScanBox();
|
EnableScanBox();
|
||||||
if(myDet->getDetectorsType() == slsDetectorDefs::EIGER)
|
/*if(myDet->getDetectorsType() == slsDetectorDefs::EIGER)
|
||||||
comboFrequency->setCurrentIndex(1);
|
comboFrequency->setCurrentIndex(1);*/
|
||||||
SetFrequency();
|
SetFrequency();
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
|
Reference in New Issue
Block a user