Added another fix for flicker bug. Looks like it's not possible to completely get rid of it, but it should be around 10000 times less common now
This commit is contained in:
parent
bbf0666539
commit
1bc3c293fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue