Skip to content

Commit

Permalink
Refresh protocol view also when hidden (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl authored Oct 17, 2022
1 parent a4f8db4 commit 8004f45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/urh/controller/widgets/SignalFrame.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8004f45

Please sign in to comment.