mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Correct SetRowsFont name
This commit is contained in:
parent
b8a82b51a7
commit
ad3d8a5042
@ -984,7 +984,7 @@ end
|
||||
- func: SetRowsFont(font)
|
||||
- desc: sets the font of the rows.
|
||||
--]]---------------------------------------------------------
|
||||
function newobject:SetAllRowsFont(font)
|
||||
function newobject:SetRowsFont(font)
|
||||
local list = self.internals[1]
|
||||
for k, v in ipairs(list.children) do
|
||||
v:SetFont(font)
|
||||
|
Loading…
Reference in New Issue
Block a user