Correct SetRowsFont name

This commit is contained in:
João Lopes 2021-07-29 10:14:27 +01:00
parent b8a82b51a7
commit ad3d8a5042

View File

@ -984,7 +984,7 @@ end
- func: SetRowsFont(font) - func: SetRowsFont(font)
- desc: sets the font of the rows. - desc: sets the font of the rows.
--]]--------------------------------------------------------- --]]---------------------------------------------------------
function newobject:SetAllRowsFont(font) function newobject:SetRowsFont(font)
local list = self.internals[1] local list = self.internals[1]
for k, v in ipairs(list.children) do for k, v in ipairs(list.children) do
v:SetFont(font) v:SetFont(font)