pedestal fixed really

This commit is contained in:
maliakal_d 2019-07-30 11:29:24 +02:00
parent 31a0161f42
commit e17de0609c

View File

@ -550,7 +550,6 @@ void qDrawPlot::StartAcquisition() {
// refixing all the zooming // refixing all the zooming
{ {
std::lock_guard<std::mutex> lock(mPlots); std::lock_guard<std::mutex> lock(mPlots);
pedestalCount = 0;
xyRangeChanged = true; xyRangeChanged = true;
} }