From cbb19f95e478eab68c127132aaaf95a4109537b3 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Fri, 16 Feb 2018 14:35:09 +0100 Subject: [PATCH] fix: asciimatics introduced the '_required_height' property in the Label class. Just updating here to mirror the change --- bin/ModulesInformationV2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ModulesInformationV2.py b/bin/ModulesInformationV2.py index 09a0fa85..041f8ec5 100755 --- a/bin/ModulesInformationV2.py +++ b/bin/ModulesInformationV2.py @@ -175,6 +175,7 @@ class CLabel(Label): # tab calculations, so leave internal `_label` value as None. self._text = label self.listTitle = listTitle + self._required_height = 1 def set_layout(self, x, y, offset, w, h): # Do the usual layout work. then recalculate exact x/w values for the