fix for simple case

This commit is contained in:
Will McGugan
2022-05-26 11:15:44 +01:00
parent 153567d3b1
commit 5c10f944ed
9 changed files with 56 additions and 50 deletions

View File

@@ -12,7 +12,7 @@ TEXT = Text.from_markup(lorem)
class TextWidget(Widget):
def render(self, style):
def render(self):
return TEXT