From 876add4fc21dad2def1b23e145f6d838a0622d4f Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 18 May 2022 15:16:01 -0400 Subject: [PATCH] Drop `.update()` call from `.draw_last()` --- piker/ui/_curve.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/piker/ui/_curve.py b/piker/ui/_curve.py index 965d682c..fa073d37 100644 --- a/piker/ui/_curve.py +++ b/piker/ui/_curve.py @@ -207,8 +207,6 @@ class FastAppendCurve(pg.GraphicsObject): x_last, y_last ) - self.update() - # XXX: lol brutal, the internals of `CurvePoint` (inherited by # our `LineDot`) required ``.getData()`` to work.. def getData(self):