Add recalculation after unloading charge
This commit is contained in:
@@ -91,6 +91,8 @@ class CalcReplaceLocalModuleCommand(wx.Command):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def needsGuiRecalc(self):
|
def needsGuiRecalc(self):
|
||||||
|
if self.unloadedCharge:
|
||||||
|
return True
|
||||||
if self.savedStateCheckChanges is None:
|
if self.savedStateCheckChanges is None:
|
||||||
return True
|
return True
|
||||||
for container in self.savedStateCheckChanges:
|
for container in self.savedStateCheckChanges:
|
||||||
|
|||||||
Reference in New Issue
Block a user