fix function name
This commit is contained in:
parent
a7594d9ec2
commit
b7bf357238
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue