Fixing bug

This commit is contained in:
Michael Lazar
2017-09-12 22:03:04 -04:00
parent fb2ede8df7
commit f39fb63bac
2 changed files with 9 additions and 3 deletions

View File

@@ -51,7 +51,9 @@ class Page(object):
self.nav = None
self.controller = None
self.copy_to_clipboard = copy
self.theme_list = ThemeList()
# TODO: does this need to be a global?
self.theme_list = ThemeList(term.theme)
self.active = True
self._row = 0