Revert "Remove potentially unnecessary recalc"

This reverts commit 638a642576. Turned out to be buggy in some edge cases with t3
This commit is contained in:
DarkPhoenix
2011-09-18 18:14:00 +04:00
parent 9b3c6592ce
commit 83fbc0c3f8

View File

@@ -172,6 +172,7 @@ class Fit(object):
return None
fit = eos.db.getFit(fitID)
fit.calculateModifiedAttributes()
fit.fill()
eos.db.commit()
return fit