Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3fd99b commit 25e6095Copy full SHA for 25e6095
1 file changed
examples/embedding_in_wx2.py
@@ -46,7 +46,7 @@ def __init__(self):
46
47
48
# Capture the paint message
49
- EVT_PAINT(self, self.OnPaint)
+ #EVT_PAINT(self, self.OnPaint)
50
51
def add_toolbar(self):
52
self.toolbar = NavigationToolbar(self.canvas, True)
0 commit comments