Erase pads instead of clearing them, fixes #21
This commit is contained in:
@ -35,7 +35,7 @@ class MenuDisplay(Display):
|
||||
|
||||
# Menu box
|
||||
self.menubox.refresh(self.y, self.x, self.height, self.width)
|
||||
self.pad.clear()
|
||||
self.pad.erase()
|
||||
self.update_pad()
|
||||
self.refresh_pad(self.pad, cornery, 0, self.y + 1, self.x + 2,
|
||||
self.height - 2 + self.y,
|
||||
|
Reference in New Issue
Block a user