Force frame refresh on graph redraw

This commit is contained in:
DarkPhoenix
2019-05-17 16:02:43 +03:00
parent 09db7d26a7
commit 512f48ebdd

View File

@@ -367,6 +367,7 @@ class GraphFrame(wx.Frame):
self.canvas.draw()
self.SetStatusText("")
self.Refresh()
def onFieldChanged(self, event):
self.draw()