the angles should work now

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@44 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2012-08-30 16:45:11 +00:00
parent c4d478484b
commit 4686cb9c0e
11 changed files with 240 additions and 79 deletions

View File

@ -341,11 +341,11 @@ void qScanWidget::SetMode(int mode){
}
//set the group box widgets
//set the group box widgets and also calls setscan
EnableSizeWidgets();
//set the mode
/*SetScan(mode);*/
//set the mode if mode = none
if(!mode) SetScan(mode);
}