Use wx.AutoBufferedPaintDC instead of wx.BufferedPaintDC (helps with drawing on linux)
This commit is contained in:
@@ -1016,6 +1016,7 @@ class MainFrame(wx.Frame):
|
||||
del self.waitDialog
|
||||
|
||||
def openGraphFrame(self, event):
|
||||
|
||||
if not self.graphFrame:
|
||||
self.graphFrame = GraphFrame(self)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user