check for why gui doesnt show all data

This commit is contained in:
Dhanya Maliakal 2016-10-25 15:57:11 +02:00
parent cd6b952d64
commit a7658b2b94

View File

@ -1260,7 +1260,7 @@ int qDrawPlot::MeasurementFinished(int currentMeasurementIndex, int fileIndex){
#endif #endif
//to make sure it plots the last frame before setting lastimagearray all to 0 //to make sure it plots the last frame before setting lastimagearray all to 0
//if(plot_in_scope==2) //if(plot_in_scope==2)
usleep(500000); usleep(5*1000*1000);
currentMeasurement = currentMeasurementIndex+1; currentMeasurement = currentMeasurementIndex+1;
currentFileIndex = fileIndex; currentFileIndex = fileIndex;