diff --git a/slsDetectorGui/src/qDrawPlot.cpp b/slsDetectorGui/src/qDrawPlot.cpp index 76f54321c..b6fa8795e 100644 --- a/slsDetectorGui/src/qDrawPlot.cpp +++ b/slsDetectorGui/src/qDrawPlot.cpp @@ -30,7 +30,7 @@ using namespace std; //------------------------------------------------------------------------------------------------------------------------------------------------- -const double qDrawPlot::PLOT_TIMER_MS = 200; +const double qDrawPlot::PLOT_TIMER_MS = DEFAULT_STREAMING_TIMER_IN_MS; qDrawPlot::qDrawPlot(QWidget *parent,multiSlsDetector*& detector): QWidget(parent),myDet(detector),plot1D_hists(0){