fix function name

This commit is contained in:
Hersi 2022-04-12 01:03:37 +02:00
parent a7594d9ec2
commit b7bf357238
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ function ListField:new(o)
--set instance members
o.aabbH = o.aabbH or self.MARGIN[2] + self.PADDING[2] + self.PADDING[4] + self.MARGIN[4]
return MultiInherit(self, o, ContainerField, ServiceField)
return Inherit(self, o, ContainerField, ServiceField)
end
---Add field to list container