pygui: clear throughput labels when disabling throughput

This commit is contained in:
Blake Harnden 2020-06-23 14:48:27 -07:00
parent 7215f852b8
commit 60d9fe2026
3 changed files with 10 additions and 2 deletions

View file

@ -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: