From 6a31c4e160f74bbb6454094413ac9e8774b8b341 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 13 Sep 2021 19:08:30 -0400 Subject: [PATCH] Fix missing tracker to ui update call --- piker/ui/_interaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/ui/_interaction.py b/piker/ui/_interaction.py index d33d553e..97222065 100644 --- a/piker/ui/_interaction.py +++ b/piker/ui/_interaction.py @@ -270,7 +270,7 @@ async def handle_viewmode_kb_inputs( edit.selectAll() # un-highlight on ctrl release on_next_release = edit.deselect - pp_pane.update_status_ui() + pp_pane.update_status_ui(pp_pane.order_mode.current_pp) else: # none active