- Fixed createFrame bug

- Added custom XML/Attributes
This commit is contained in:
Robert Jelic
2025-03-29 03:47:01 +01:00
parent d06bd74b90
commit c341eea972
3 changed files with 20 additions and 8 deletions

View File

@@ -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