Trigger a recalc on fit switching if the characters are not the same and the global character flag is set.

This commit is contained in:
blitzmann
2017-09-22 02:01:27 -04:00
parent f37f4573bf
commit 592f9a2298

View File

@@ -237,6 +237,7 @@ class Fit(object):
if self.serviceFittingOptions["useGlobalCharacter"]:
if fit.character != self.character:
fit.calculated = False
fit.character = self.character
if self.serviceFittingOptions["useGlobalDamagePattern"]: