mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-09-02 18:20:45 +02:00
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
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user