From 225f59bdfb70e3dee5acb0169aea3a61c77056f7 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 11 May 2026 16:38:21 +0200 Subject: [PATCH] removed the unzooming at the start of every acquisition so that right click zoom should stay (#1451) --- slsDetectorGui/src/qDrawPlot.cpp | 5 ----- 1 file changed, 5 deletions(-) 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);