Load window now cleans itself up properly.
This commit is contained in:
@@ -92,8 +92,8 @@ class LoadScreen(object):
|
|||||||
for i in xrange(len(trail)+1):
|
for i in xrange(len(trail)+1):
|
||||||
|
|
||||||
if not self._is_running:
|
if not self._is_running:
|
||||||
# TODO: figure out why this isn't removing the screen
|
window.clear()
|
||||||
del window
|
window = None
|
||||||
self._stdscr.refresh()
|
self._stdscr.refresh()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user