diff --git a/gui/fitCommands/calc/module/localReplace.py b/gui/fitCommands/calc/module/localReplace.py index 95ac5924b..83b277c51 100644 --- a/gui/fitCommands/calc/module/localReplace.py +++ b/gui/fitCommands/calc/module/localReplace.py @@ -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: