merge pyqtgraph from dev

This commit is contained in:
Luke Campagnola 2012-12-26 18:54:12 -05:00
parent 01f2099b46
commit 33acd04de7
2 changed files with 6 additions and 1 deletions

View File

@ -54,3 +54,8 @@ class ArrowItem(QtGui.QGraphicsPathItem):
def paint(self, p, *args):
p.setRenderHint(QtGui.QPainter.Antialiasing)
QtGui.QGraphicsPathItem.paint(self, p, *args)
def shape(self):
#if not self.opts['pxMode']:
#return QtGui.QGraphicsPathItem.shape(self)
return self.path

View File

@ -496,4 +496,4 @@ class GraphicsItem(object):
#self._exportOpts['antialias'] = True
else:
self._exportOpts = False