Do not crash when changing slot color option with item view unitialized

This commit is contained in:
DarkPhoenix
2019-04-30 00:47:04 +03:00
parent 966763aaa4
commit f8c2604fb2

View File

@@ -51,6 +51,7 @@ class ItemView(Display):
# Make reverse map, used by sorter
self.metaMap = self.makeReverseMetaMap()
self.active = []
# Fill up recently used modules set
pyfalog.debug("Fill up recently used modules set")