Erase pads instead of clearing them, fixes #21
This commit is contained in:
@ -38,7 +38,7 @@ class StatsDisplay(Display):
|
||||
| self.color_pair(3))
|
||||
|
||||
def display(self) -> None:
|
||||
self.pad.clear()
|
||||
self.pad.erase()
|
||||
self.update_pad()
|
||||
self.refresh_pad(self.pad, 0, 0, self.y, self.x,
|
||||
self.y + self.height - 1, self.width + self.x - 1)
|
||||
|
Reference in New Issue
Block a user