mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-27 14:41:19 +01:00
included position scan
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@40 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@@ -572,7 +572,6 @@ void qTabPlot::SetScanArgument(){
|
||||
|
||||
//if scans
|
||||
if(boxScan->isEnabled()){
|
||||
|
||||
//setting the title according to the scans
|
||||
QString mainTitle = QString(" Level 0 : ") + modeNames[myDet->getScanMode(0)] +
|
||||
QString(" | Level 1 : ") + modeNames[myDet->getScanMode(1)] + QString("");
|
||||
@@ -641,7 +640,7 @@ void qTabPlot::SetScanArgument(){
|
||||
|
||||
void qTabPlot::Refresh(){
|
||||
SetFrequency();
|
||||
EnableScanBox();
|
||||
if(!myPlot->isRunning()) EnableScanBox();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user