Extend the controller with a getChildren method and use it to display marketgroup children
This commit is contained in:
@@ -27,6 +27,7 @@ def getStaticBitmap(name, parent, location):
|
||||
return static
|
||||
|
||||
locationMap = {"pack": os.path.join(config.homePath, "icons")}
|
||||
|
||||
def getBitmap(name,location):
|
||||
if location in locationMap:
|
||||
location = locationMap[location]
|
||||
|
||||
Reference in New Issue
Block a user