Merge pull request #68 from RetiredWizard/main
Replace depreciated .show()
This commit is contained in:
commit
b3dd61b7b2
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