Skip to content

Commit

Permalink
fixes energy load 0/100 pct settings persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
roasterdave committed Dec 30, 2024
1 parent d3e5ccf commit 5a7fdfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/artisanlib/roast_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 5a7fdfd

Please sign in to comment.