Don't resize pads when resizing window. For an unknown reason, pads don't want to be displayed on small screens.

This commit is contained in:
Yohann D'ANELLO 2020-11-11 21:55:57 +01:00
parent 42d8caefde
commit 4b8acc0597
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ class Display:
self.y = y
self.width = width
self.height = height
if self.pad:
self.pad.resize(height - 1, width - 1)
def refresh(self, *args) -> None:
if len(args) == 4: