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:
l_maliakal_d
2013-03-06 10:16:48 +00:00
parent 448f333b1e
commit ab41ffb6bf
6 changed files with 23 additions and 10 deletions

View File

@ -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;
}