From 964fb9828548c4a77143610c4e3a95758bb785c1 Mon Sep 17 00:00:00 2001 From: "Dr. Johannes Pohl" Date: Mon, 17 Oct 2022 16:46:17 +0200 Subject: [PATCH] Refresh protocol view also when hidden --- src/urh/controller/widgets/SignalFrame.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/urh/controller/widgets/SignalFrame.py b/src/urh/controller/widgets/SignalFrame.py index cb086078a..3eeb1f078 100644 --- a/src/urh/controller/widgets/SignalFrame.py +++ b/src/urh/controller/widgets/SignalFrame.py @@ -535,6 +535,8 @@ def show_protocol(self, old_view=-1, refresh=False): return if not self.ui.chkBoxShowProtocol.isChecked(): + if refresh: + self.update_protocol() return if old_view == -1: