Merge branch 'feature/tabbed-fits' into dev

This commit is contained in:
blitzmann
2017-05-06 13:08:52 -04:00
3 changed files with 72 additions and 1 deletions

View File

@@ -690,7 +690,10 @@ class Fit(object):
# For fits that are under local's Command, we do the same thing
for value in self.boostedOnto.values():
value.boosted_fit.__resetDependantCalcs()
# apparently this is a thing that happens when removing a command fit from a fit and then switching to
# that command fit. Same as projected clears, figure out why.
if value.boosted_fit:
value.boosted_fit.__resetDependantCalcs()
# it should be noted that command bursts don't affect other command bursts