Moves screen to the 0 position before cleaning
This commit is contained in:
@@ -121,7 +121,9 @@ class comboBox(GuiObject):
|
||||
|
||||
def draw(self):
|
||||
s = " "+self.prompt
|
||||
self.screen.move(self.y, 0)
|
||||
self.screen.clrtoeol()
|
||||
|
||||
self.screen.addstr(self.y, self.x, s)
|
||||
self.screen.refresh()
|
||||
|
||||
|
Reference in New Issue
Block a user