removed the unzooming at the start of every acquisition so that right click zoom should stay (#1451)
Build and Deploy on local RHEL9 / build (push) Successful in 2m7s
Build on RHEL9 docker image / build (push) Successful in 3m39s
Build and Deploy on local RHEL8 / build (push) Successful in 5m3s
Build on RHEL8 docker image / build (push) Successful in 5m13s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m17s
Run Simulator Tests on local RHEL8 / build (push) Successful in 21m54s

This commit is contained in:
2026-05-11 16:38:21 +02:00
committed by GitHub
parent ac9306ad7d
commit 225f59bdfb
-5
View File
@@ -620,11 +620,6 @@ void qDrawPlot::StartAcquisition() {
"qDrawPlot::StartAcquisition");
}
// refixing all the zooming
{
std::lock_guard<std::mutex> lock(mPlots);
xyRangeChanged = true;
}
QtConcurrent::run(this, &qDrawPlot::AcquireThread);