Skip to content

Commit

Permalink
Fix regression in the LineBox._w: should be a property
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Stepanov committed Feb 15, 2024
1 parent 9811027 commit afe1239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions urwid/widget/line_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def __init__(

super().__init__(original_widget)

@property
def _w(self) -> Pile:
return self._wrapped_widget

Expand Down

0 comments on commit afe1239

Please sign in to comment.