diff --git a/slsDetectorGui/src/qDrawPlot.cpp b/slsDetectorGui/src/qDrawPlot.cpp index e967862a3..86d43dc66 100644 --- a/slsDetectorGui/src/qDrawPlot.cpp +++ b/slsDetectorGui/src/qDrawPlot.cpp @@ -620,11 +620,6 @@ void qDrawPlot::StartAcquisition() { "qDrawPlot::StartAcquisition"); } - // refixing all the zooming - { - std::lock_guard lock(mPlots); - xyRangeChanged = true; - } QtConcurrent::run(this, &qDrawPlot::AcquireThread);