Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25e6095

Browse files
committed
fixed a home bug on toolbar2
svn path=/trunk/matplotlib/; revision=420
1 parent c3fd99b commit 25e6095

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/embedding_in_wx2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(self):
4646

4747

4848
# Capture the paint message
49-
EVT_PAINT(self, self.OnPaint)
49+
#EVT_PAINT(self, self.OnPaint)
5050

5151
def add_toolbar(self):
5252
self.toolbar = NavigationToolbar(self.canvas, True)

0 commit comments

Comments
 (0)