Revision: 5932 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5932&view=rev Author: jdh2358 Date: 2008-07-30 17:30:19 +0000 (Wed, 30 Jul 2008)
Log Message: ----------- another try at wx Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/backends/backend_wx.py Modified: trunk/matplotlib/lib/matplotlib/backends/backend_wx.py =================================================================== --- trunk/matplotlib/lib/matplotlib/backends/backend_wx.py 2008-07-30 16:32:50 UTC (rev 5931) +++ trunk/matplotlib/lib/matplotlib/backends/backend_wx.py 2008-07-30 17:30:19 UTC (rev 5932) @@ -698,7 +698,7 @@ if not hasattr(self,'IsShownOnScreen'): - self.IsShownOnScreen = getattr(self, 'IsVisible', lambda self: True) + self.IsShownOnScreen = getattr(self, 'IsVisible', lambda *args: True) # Create the drawing bitmap 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 the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins