Replace depreciated .show()
This commit is contained in:
parent
a071d437b7
commit
5752d3ec4a
1 changed files with 1 additions and 1 deletions
|
|
@ -652,7 +652,7 @@ class PyBadgerBase:
|
|||
"""Show the given group, refreshing the screen immediately"""
|
||||
self.activity()
|
||||
self.display.auto_refresh = False
|
||||
self.display.show(group)
|
||||
self.display.root_group = group
|
||||
self.display.refresh()
|
||||
self.display.auto_refresh = True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue