mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-24 13:49:40 +00:00
remove superfluous set_focus
This commit is contained in:
parent
f96e4957b1
commit
b5690b8103
@ -233,8 +233,6 @@ class ConnectionItem(urwid.WidgetWrap):
|
||||
class FlowListWalker(urwid.ListWalker):
|
||||
def __init__(self, master, state):
|
||||
self.master, self.state = master, state
|
||||
_, i = self.state.get_focus()
|
||||
self.set_focus(i)
|
||||
signals.flowlist_change.connect(self.sig_flowlist_change)
|
||||
|
||||
def sig_flowlist_change(self, sender):
|
||||
|
Loading…
Reference in New Issue
Block a user