mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
there was a gap between start and get status
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@154 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@ -173,6 +173,7 @@ void qDrawPlot::SetupWidgetWindow(){
|
||||
if(myDet->getDetectorsType()==slsDetectorDefs::GOTTHARD)
|
||||
pedestalCount = 0;
|
||||
|
||||
clientInitiated = false;
|
||||
|
||||
//widget related initialization
|
||||
|
||||
@ -349,6 +350,9 @@ void qDrawPlot::StartStopDaqToggle(bool stop_if_running){
|
||||
StartDaq(true);
|
||||
running=!running;
|
||||
}
|
||||
|
||||
/** if this is set during client initation */
|
||||
clientInitiated = false;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user