diff --git a/gui/graphFrame.py b/gui/graphFrame.py index c8e25c98c..1c82da011 100644 --- a/gui/graphFrame.py +++ b/gui/graphFrame.py @@ -203,6 +203,8 @@ class GraphFrame(wx.Frame): legend.append(fit.name) except: self.SetStatusText("Invalid values in '%s'" % fit.name) + self.canvas.draw() + return if self.legendFix and len(legend) > 0: leg = self.subplot.legend(tuple(legend), "upper right" , shadow = False)