diff --git a/eos/saveddata/fit.py b/eos/saveddata/fit.py index 08a9f49c3..4637601a2 100644 --- a/eos/saveddata/fit.py +++ b/eos/saveddata/fit.py @@ -782,7 +782,7 @@ class Fit(object): self.__calculated = True # Only apply projected fits if fit it not projected itself. - if not projected: + if not projected and not withBoosters: for fit in self.projectedFits: if fit.getProjectionInfo(self.ID).active: fit.calculateModifiedAttributes(self, withBoosters=withBoosters, dirtyStorage=dirtyStorage)