merge pyqtgraph from dev
This commit is contained in:
parent
01f2099b46
commit
33acd04de7
@ -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
|
@ -496,4 +496,4 @@ class GraphicsItem(object):
|
||||
#self._exportOpts['antialias'] = True
|
||||
else:
|
||||
self._exportOpts = False
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user