Revision: 5215
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5215&view=rev
Author: jdh2358
Date: 2008-05-22 11:14:59 -0700 (Thu, 22 May 2008)
Log Message:
-----------
fixed a wx bug
Modified Paths:
--------------
branches/v0_91_maint/lib/matplotlib/backends/backend_wx.py
Modified: branches/v0_91_maint/lib/matplotlib/backends/backend_wx.py
===================================================================
--- branches/v0_91_maint/lib/matplotlib/backends/backend_wx.py 2008-05-22
14:32:56 UTC (rev 5214)
+++ branches/v0_91_maint/lib/matplotlib/backends/backend_wx.py 2008-05-22
18:14:59 UTC (rev 5215)
@@ -1413,7 +1413,7 @@
def set_window_title(self, title):
self.window.SetTitle(title)
- def resize(self, width, height)
+ def resize(self, width, height):
'Set the canvas size in pixels'
self.canvas.SetInitialSize(wx.Size(width, height))
self.window.GetSizer().Fit(self.window)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins