Merge pull request #604 from mwhudson/tab-cycling-oddity

fix tab-cycling between header and body
This commit is contained in:
Michael Hudson-Doyle 2019-12-16 21:37:20 +13:00 committed by GitHub
commit 7e7ca080f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ def ListBox(body=None, *, always_scroll=False):
always_scroll=always_scroll) always_scroll=always_scroll)
get_delegate = operator.attrgetter("_wrapped_widget") get_delegate = operator.attrgetter("_wrapped_widget.base_widget")
class OurWidgetWrap(urwid.WidgetWrap): class OurWidgetWrap(urwid.WidgetWrap):