Reintroduce the check states functionality to the AddModule and ChangeState commands

This commit is contained in:
blitzmann
2018-10-09 18:19:29 -04:00
parent c54d0dc5ff
commit 1276016a98
3 changed files with 7 additions and 4 deletions

View File

@@ -559,8 +559,8 @@ class Fit(FitDeprecated):
changed = True
# If any state was changed, recalculate attributes again
if changed:
self.recalc(fit)
# if changed:
# self.recalc(fit)
def refreshFit(self, fitID):
pyfalog.debug("Refresh fit for fit ID: {0}", fitID)