|
From: <pki...@us...> - 2008-07-26 19:32:48
|
Revision: 5892
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5892&view=rev
Author: pkienzle
Date: 2008-07-26 19:32:47 +0000 (Sat, 26 Jul 2008)
Log Message:
-----------
widgets.py: replace tabs with spaces
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/widgets.py
Modified: trunk/matplotlib/lib/matplotlib/widgets.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/widgets.py 2008-07-26 19:24:28 UTC (rev 5891)
+++ trunk/matplotlib/lib/matplotlib/widgets.py 2008-07-26 19:32:47 UTC (rev 5892)
@@ -864,9 +864,9 @@
self.cids.append(self.canvas.mpl_connect('motion_notify_event', self.onmove))
self.cids.append(self.canvas.mpl_connect('button_press_event', self.press))
- self.cids.append(self.canvas.mpl_connect('button_release_event', self.release))
- self.cids.append(self.canvas.mpl_connect('draw_event', self.update_background))
- if self.direction == 'horizontal':
+ self.cids.append(self.canvas.mpl_connect('button_release_event', self.release))
+ self.cids.append(self.canvas.mpl_connect('draw_event', self.update_background))
+ if self.direction == 'horizontal':
trans = blended_transform_factory(self.ax.transData, self.ax.transAxes)
w,h = 0,1
else:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|