pygui: clear throughput labels when disabling throughput
This commit is contained in:
parent
7215f852b8
commit
60d9fe2026
3 changed files with 10 additions and 2 deletions
|
@ -221,6 +221,7 @@ class CoreClient:
|
|||
if self.handling_throughputs:
|
||||
self.handling_throughputs.cancel()
|
||||
self.handling_throughputs = None
|
||||
self.app.canvas.clear_throughputs()
|
||||
|
||||
def cancel_events(self) -> None:
|
||||
if self.handling_events:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue