Fixed submission refresh, changed some coloring.

This commit is contained in:
Michael Lazar
2015-02-11 20:29:02 -08:00
parent c2dc8df29f
commit 1b8b25fd8b
4 changed files with 10 additions and 8 deletions

View File

@@ -66,7 +66,8 @@ class SubmissionPage(BasePage):
def refresh_content(self):
self.content.reset()
self.stdscr.clear()
self.nav.page_index, self.nav.cursor_index = -1, 0
self.nav.inverted = False
self.draw()
def draw_item(self, win, data, inverted=False):