Loop for first graphic with xvec
parent
c9d42800b4
commit
008796c69f
|
@ -869,7 +869,7 @@ class ChartView(ViewBox):
|
|||
if not graphics:
|
||||
return 0
|
||||
|
||||
graphic = graphics[0]
|
||||
for graphic in graphics:
|
||||
xvec = graphic.pixelVectors()[0]
|
||||
if xvec:
|
||||
return xvec.x()
|
||||
|
|
Loading…
Reference in New Issue