Fix integ values not applying in Fit Current

This commit is contained in:
usov_i 2020-10-16 16:44:25 +02:00
parent 6337afb4c3
commit baf4a437d3

View File

@ -417,6 +417,8 @@ def create():
slope_max.value,
offset_max.value,
],
numfit_min=integ_from.value,
numfit_max=integ_to.value,
)
_update_plot(meas)