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

Skip to content

Commit b61419a

Browse files
committed
Merged revisions 5215 via svnmerge from
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_91_maint ........ r5215 | jdh2358 | 2008-05-22 13:14:59 -0500 (Thu, 22 May 2008) | 1 line fixed a wx bug ........ svn path=/trunk/matplotlib/; revision=5216
1 parent 0e543d6 commit b61419a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backends/backend_wx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ def destroy(self, *args):
13531353
def set_window_title(self, title):
13541354
self.window.SetTitle(title)
13551355

1356-
def resize(self, width, height)
1356+
def resize(self, width, height):
13571357
'Set the canvas size in pixels'
13581358
self.canvas.SetInitialSize(wx.Size(width, height))
13591359
self.window.GetSizer().Fit(self.window)

0 commit comments

Comments
 (0)