Curve fill: draw line around patch (#922)
This commit is contained in:
parent
dea8a86dfd
commit
1b6537b241
@ -502,7 +502,10 @@ class PlotCurveItem(GraphicsObject):
|
||||
p.setPen(sp)
|
||||
p.drawPath(path)
|
||||
p.setPen(cp)
|
||||
p.drawPath(path)
|
||||
if self.fillPath is not None:
|
||||
p.drawPath(self.fillPath)
|
||||
else:
|
||||
p.drawPath(path)
|
||||
profiler('drawPath')
|
||||
|
||||
#print "Render hints:", int(p.renderHints())
|
||||
|
Loading…
x
Reference in New Issue
Block a user