From 50ad7370c75bd2ab203bbdaacf68a40256e697bd Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 5 Feb 2023 15:27:01 -0500 Subject: [PATCH] Adjust chart call to graphics cycle to not pass quotes Was breaking the `'r'` hotkey to reset the chart.. --- piker/ui/_chart.py | 1 - 1 file changed, 1 deletion(-) diff --git a/piker/ui/_chart.py b/piker/ui/_chart.py index e3967f81..6ae30a84 100644 --- a/piker/ui/_chart.py +++ b/piker/ui/_chart.py @@ -485,7 +485,6 @@ class LinkedSplits(QWidget): if ds: return _display.graphics_update_cycle( ds, - ds.quotes, **kwargs, )