From a9da11451fb91024922edb7484bd2ecde9d70998 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 28 Nov 2022 13:53:01 -0500 Subject: [PATCH] TOSQUASH: f3d757c2 (flow->viz) --- piker/ui/_cursor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/ui/_cursor.py b/piker/ui/_cursor.py index 89e67442..762acf73 100644 --- a/piker/ui/_cursor.py +++ b/piker/ui/_cursor.py @@ -275,7 +275,7 @@ class ContentsLabels: for chart, name, label, update in self._labels: viz = chart.get_viz(name) - array = flow.shm.array + array = viz.shm.array if not ( index >= 0