some clone changes and setting the gui image read frequency to be one for eiger in gui

This commit is contained in:
Maliakal Dhanya
2014-09-10 14:39:02 +02:00
parent 92c56739d9
commit baf65e8318
3 changed files with 6 additions and 1 deletions

View File

@ -1116,6 +1116,8 @@ void qTabPlot::Refresh(){
boxFrequency->setEnabled(true);
connect(boxScan, SIGNAL(toggled(bool)), this, SLOT(EnableScanBox()));
EnableScanBox();
if(myDet->getDetectorsType() == slsDetectorDefs::EIGER)
comboFrequency->setCurrentIndex(1);
SetFrequency();
}else{