From eca2401ab52ff77caf5367c04154622315a608d3 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 24 May 2022 08:55:45 -0400 Subject: [PATCH] Lul, well that heigh did not work.. --- piker/ui/_curve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/ui/_curve.py b/piker/ui/_curve.py index 4cffcd25..abe48929 100644 --- a/piker/ui/_curve.py +++ b/piker/ui/_curve.py @@ -286,7 +286,7 @@ class FastAppendCurve(pg.GraphicsObject): # this for the last step. w += self._last_w ll = self._last_line - h += ll.y2() - ll.y1() + h += 1 #ll.y2() - ll.y1() # br = QPointF( # self._vr[-1],