Add recalculation after unloading charge

This commit is contained in:
DarkPhoenix
2020-09-23 13:48:24 +03:00
parent adb0609eb8
commit e27ea79bc6

View File

@@ -91,6 +91,8 @@ class CalcReplaceLocalModuleCommand(wx.Command):
@property
def needsGuiRecalc(self):
if self.unloadedCharge:
return True
if self.savedStateCheckChanges is None:
return True
for container in self.savedStateCheckChanges: