From: <pki...@us...> - 2007-12-11 17:14:47
|
Revision: 4697 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4697&view=rev Author: pkienzle Date: 2007-12-11 09:14:44 -0800 (Tue, 11 Dec 2007) Log Message: ----------- remove wx specific gui_repaint comment Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/backend_bases.py Modified: trunk/matplotlib/lib/matplotlib/backend_bases.py =================================================================== --- trunk/matplotlib/lib/matplotlib/backend_bases.py 2007-12-10 21:06:59 UTC (rev 4696) +++ trunk/matplotlib/lib/matplotlib/backend_bases.py 2007-12-11 17:14:44 UTC (rev 4697) @@ -953,7 +953,6 @@ a.set_facecolor('lightblue') else: self._active[a] = None self.draw_idle() - #self.gui_repaint() def pick(self, mouseevent): if not self.widgetlock.locked(): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |