Sort by meta level
This commit is contained in:
@@ -466,7 +466,7 @@ class ItemCompare(wx.Panel):
|
||||
self.toggleView = 1
|
||||
self.stuff = stuff
|
||||
self.item = item
|
||||
self.items = items
|
||||
self.items = sorted(items, key=lambda x: x.attributes['metaLevel'].value)
|
||||
self.attrs = {}
|
||||
|
||||
# get a dict of attrName: attrInfo of all unique attributes across all items
|
||||
|
||||
Reference in New Issue
Block a user