diff --git a/deluge/ui/console/modes/alltorrents.py b/deluge/ui/console/modes/alltorrents.py index 5d78366c0..9a64593c5 100644 --- a/deluge/ui/console/modes/alltorrents.py +++ b/deluge/ui/console/modes/alltorrents.py @@ -716,6 +716,8 @@ class AllTorrents(BaseMode, component.Component): self.popup = MessagePopup(self,title,msg) if not lines: + if component.get("ConsoleUI").screen != self: + return self.stdscr.erase() # Update the status bars