Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 60f07d8

Browse filesBrowse files
committed
fixed a wx bug
svn path=/branches/v0_91_maint/; revision=5215
1 parent 8aeb01b commit 60f07d8
Copy full SHA for 60f07d8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/backends/backend_wx.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_wx.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ def destroy(self, *args):
14131413
def set_window_title(self, title):
14141414
self.window.SetTitle(title)
14151415

1416-
def resize(self, width, height)
1416+
def resize(self, width, height):
14171417
'Set the canvas size in pixels'
14181418
self.canvas.SetInitialSize(wx.Size(width, height))
14191419
self.window.GetSizer().Fit(self.window)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.