Commit 45c25a3b authored by Bryan Godbolt's avatar Bryan Godbolt

fixed replot of curve calibrator

parent 7c101d17
......@@ -82,7 +82,7 @@ void CurveCalibrator::setSetpoint(int setpoint)
{
setpoints->replace(setpoint, static_cast<double>(logAverage()));
}
curve->setData(*positions, *setpoints);
plot->replot();
emit setpointChanged(setpoint, static_cast<float>(setpoints->value(setpoint)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment