enhancement:nth frame changed to red, instead of error and changing it back

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@89 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2012-10-11 08:36:11 +00:00
parent ad171a3257
commit f4dc6aab22
3 changed files with 77 additions and 26 deletions

View File

@ -755,8 +755,8 @@ int qDrawPlot::GetData(detectorData *data){
}
pthread_mutex_unlock(&(last_image_complete_mutex));
}
cout<<"currentframe:"<<currentFrame<<"\tcurrentfileIndex:"<<currentFileIndex<<endl;
currentFrame++;
}
#ifdef VERYVERBOSE
cout << "Exiting GetData function" << endl;