From e5962f67f90b85fdbcde8da348d471ef7a4db2cd Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 9 Sep 2018 17:20:40 +0200 Subject: changed selector for menus. All inventory menus now use the same list --- asciifarm/client/display/switcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asciifarm/client/display/switcher.py') diff --git a/asciifarm/client/display/switcher.py b/asciifarm/client/display/switcher.py index b62e650..035aea3 100644 --- a/asciifarm/client/display/switcher.py +++ b/asciifarm/client/display/switcher.py @@ -8,7 +8,7 @@ class Switcher(Inventory): """ def __init__(self, widgets, initial=0): - Inventory.__init__(self, "", "") + Inventory.__init__(self, "", "", "=") self.setInventory(widgets) for wid in widgets: -- cgit