Skip to content

Commit

Permalink
fixed bug where frequency pane would not clear (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben-f0 <Ben-f0>
  • Loading branch information
ben-f0 authored Oct 17, 2023
1 parent ba2c825 commit 53610c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binder_trace/binder_trace/tui/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ def _(event):
@kb1.add("c")
def _(event):
self.transactions.clear()

self.frequency_counter.svl.clear()

@kb1.add("space")
def _(event):
self.recording = self.pause_unpause()
Expand Down

0 comments on commit 53610c9

Please # to comment.