mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-26 05:14:21 +00:00
Correct SetRowsFont name
This commit is contained in:
parent
b8a82b51a7
commit
ad3d8a5042
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user