Fixed following on flowlist

Fixed a focus_follow was missed when options were cleaned up.
This commit is contained in:
Aidan Cyr 2017-02-02 23:00:47 +11:00 committed by GitHub
parent c1bc1ea584
commit 00a6551622

View File

@ -396,7 +396,7 @@ class FlowListBox(urwid.ListBox):
)
elif key == "F":
o = self.master.options
o.focus_follow = not o.focus_follow
o.console_focus_follow = not o.console_focus_follow
elif key == "v":
val = not self.master.options.console_order_reversed
self.master.options.console_order_reversed = val