Force frame refresh on graph redraw
This commit is contained in:
@@ -367,6 +367,7 @@ class GraphFrame(wx.Frame):
|
|||||||
|
|
||||||
self.canvas.draw()
|
self.canvas.draw()
|
||||||
self.SetStatusText("")
|
self.SetStatusText("")
|
||||||
|
self.Refresh()
|
||||||
|
|
||||||
def onFieldChanged(self, event):
|
def onFieldChanged(self, event):
|
||||||
self.draw()
|
self.draw()
|
||||||
|
|||||||
Reference in New Issue
Block a user