updated binary of 2d to be negative an update the label enabling before each acquisition if disabled

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@248 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2013-11-25 16:57:57 +00:00
parent 6956ee3164
commit 5c1574ec90
2 changed files with 8 additions and 4 deletions

View File

@ -841,6 +841,7 @@ void qTabPlot::EnableScanBox(bool Histo){
connect(btnGroupPlotType,SIGNAL(buttonClicked(int)),this, SLOT(SetPlot()));
connect(boxScan, SIGNAL(toggled(bool)), this, SLOT(EnableScanBox()));
}
@ -917,6 +918,9 @@ void qTabPlot::SetScanArgument(){
}else
myPlot->SetScanArgument(qDefs::None);
//update the from and to labels to be enabled
SetBinary();
qDefs::checkErrorMessage(myDet,"qTabPlot::SetScanArgument");
}