Load window now cleans itself up properly.

This commit is contained in:
Michael Lazar
2015-02-01 02:05:36 -08:00
parent b8794e3599
commit 1449536504

View File

@@ -92,8 +92,8 @@ class LoadScreen(object):
for i in xrange(len(trail)+1):
if not self._is_running:
# TODO: figure out why this isn't removing the screen
del window
window.clear()
window = None
self._stdscr.refresh()
return