Revision: 4181
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4181&view=rev
Author:   mdboom
Date:     2007-11-09 05:47:40 -0800 (Fri, 09 Nov 2007)

Log Message:
-----------
Remove duplicate line caused by myself and Darren committing the same
patch and virtually the same time.

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/backends/backend_qt4agg.py

Modified: trunk/matplotlib/lib/matplotlib/backends/backend_qt4agg.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_qt4agg.py  2007-11-09 
13:20:10 UTC (rev 4180)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_qt4agg.py  2007-11-09 
13:47:40 UTC (rev 4181)
@@ -114,7 +114,6 @@
             reg = self.copy_from_bbox(bbox)
             stringBuffer = reg.to_string()
             qImage = QtGui.QImage(stringBuffer, w, h, 
QtGui.QImage.Format_ARGB32)
-            p = QtGui.QPainter(self)
             pixmap = QtGui.QPixmap.fromImage(qImage)
             p = QtGui.QPainter( self )
             p.drawPixmap(QtCore.QPoint(l, self.renderer.height-t), pixmap)


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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to