mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-11-24 08:53:07 -05:00
Urwid bug mitigation
This commit is contained in:
parent
fe0a3b6a3e
commit
1c1ddab28f
4 changed files with 30 additions and 4 deletions
|
|
@ -125,7 +125,8 @@ class MainDisplay():
|
|||
def update_active_sub_display(self):
|
||||
self.frame.contents["body"] = (self.sub_displays.active().widget, None)
|
||||
self.update_active_shortcuts()
|
||||
self.app.ui.main_display.request_redraw(extra_delay=0.0)
|
||||
# TODO: Remove when new mitigation has been tested
|
||||
# self.app.ui.main_display.request_redraw(extra_delay=0.0)
|
||||
|
||||
def update_active_shortcuts(self):
|
||||
self.frame.contents["footer"] = (self.sub_displays.active().shortcuts().widget, None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue