diff --git a/src/artisanlib/roast_properties.py b/src/artisanlib/roast_properties.py index 9628f4105..32b620f1e 100644 --- a/src/artisanlib/roast_properties.py +++ b/src/artisanlib/roast_properties.py @@ -3557,6 +3557,9 @@ def loadevent_pcts_valuechanged(self, pos:int, field:str, zeropcts:QSpinBox, hun else: hundpcts.setValue(zeropcts.value()+1) self.aw.qmc.loadevent_hundpcts[pos] = hundpcts.value() + else: + self.aw.qmc.loadevent_zeropcts[pos] = zeropcts.value() + self.aw.qmc.loadevent_hundpcts[pos] = hundpcts.value() self.updateMetricsLabel() self.loadsEdited()