Refresh graph when calculation returned some error

This commit is contained in:
DarkPhoenix
2019-07-02 16:36:11 +03:00
parent aae2e7c531
commit c3becec822

View File

@@ -220,6 +220,7 @@ class GraphFrame(wx.Frame):
except Exception as ex:
pyfalog.warning('Invalid values in "{0}"', fit.name)
self.canvas.draw()
self.Refresh()
return
# Special case for when we do not show Y = 0 and have no fits