From 1f2081911fce42abc00d11aa33de0741966f4bbb Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 9 Feb 2023 16:26:32 -0500 Subject: [PATCH] Revert "Adjust chart call to graphics cycle to not pass quotes" This reverts commit 50ad7370c75bd2ab203bbdaacf68a40256e697bd which was originally applied due to missing API changes coming in a future patchset.. --- piker/ui/_chart.py | 1 + 1 file changed, 1 insertion(+) diff --git a/piker/ui/_chart.py b/piker/ui/_chart.py index 760445f8..bfe1c110 100644 --- a/piker/ui/_chart.py +++ b/piker/ui/_chart.py @@ -487,6 +487,7 @@ class LinkedSplits(QWidget): if ds: return _display.graphics_update_cycle( ds, + ds.quotes, **kwargs, )