Drop `.update()` call from `.draw_last()`
parent
72e849c651
commit
876add4fc2
|
@ -207,8 +207,6 @@ class FastAppendCurve(pg.GraphicsObject):
|
||||||
x_last, y_last
|
x_last, y_last
|
||||||
)
|
)
|
||||||
|
|
||||||
self.update()
|
|
||||||
|
|
||||||
# XXX: lol brutal, the internals of `CurvePoint` (inherited by
|
# XXX: lol brutal, the internals of `CurvePoint` (inherited by
|
||||||
# our `LineDot`) required ``.getData()`` to work..
|
# our `LineDot`) required ``.getData()`` to work..
|
||||||
def getData(self):
|
def getData(self):
|
||||||
|
|
Loading…
Reference in New Issue