From d1fd6f0883e333616eea16cc67a98bd8268d4dce Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Tue, 25 Oct 2016 16:22:31 +0200 Subject: [PATCH] check for why gui doesnt show all data --- slsDetectorGui/src/qDrawPlot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorGui/src/qDrawPlot.cpp b/slsDetectorGui/src/qDrawPlot.cpp index a9f372c91..16ebd4c5a 100644 --- a/slsDetectorGui/src/qDrawPlot.cpp +++ b/slsDetectorGui/src/qDrawPlot.cpp @@ -1155,7 +1155,7 @@ int qDrawPlot::GetData(detectorData *data,int fIndex, int subIndex){ } - if(frameFactor) + //if(frameFactor) #ifdef VERYVERBOSE cout << "Exiting GetData function" << endl;