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