Fixed a typo

This commit is contained in:
Manuel Cortez 2017-02-27 16:35:03 -06:00
parent 7b402ad914
commit bf696ba53a

View File

@ -49,7 +49,7 @@ enter selects default button or displays error if not one
self.controlIndex = 0 self.controlIndex = 0
self.screen.move(self.y, 0) self.screen.move(self.y, 0)
self.screen.clrtoeol() self.screen.clrtoeol()
self.screen.addstr(self.y, 0, title) self.screen.addstr(self.y, 0, self.title)
def draw(self): def draw(self):
for i in self.controls: for i in self.controls: