- Fixed createFrame bug
- Added custom XML/Attributes
This commit is contained in:
@@ -318,7 +318,7 @@ function Container:getChild(path)
|
||||
return v
|
||||
else
|
||||
if(v:isType("Container"))then
|
||||
return v:find(table.concat(parts, "/", 2))
|
||||
return v:find(table.concat(parts, "/", 2))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user