From 80929d080f1708e61046ffa5d3c669fdfeff84e6 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 9 Sep 2022 22:08:52 -0400 Subject: [PATCH] Add more detailed splitter of splitters comment --- piker/ui/_display.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/piker/ui/_display.py b/piker/ui/_display.py index 27bb466b..fa07a03c 100644 --- a/piker/ui/_display.py +++ b/piker/ui/_display.py @@ -971,6 +971,9 @@ async def display_symbol_data( rt_linked.focus() await trio.sleep(0) + # NOTE: here we insert the slow-history chart set into + # the fast chart's splitter -> so it's a splitter of charts + # inside the first widget slot of a splitter of charts XD rt_linked.splitter.insertWidget(0, hist_linked) # XXX: if we wanted it at the bottom? # rt_linked.splitter.addWidget(hist_linked)