mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Fix #106
This commit is contained in:
parent
30cbac82c0
commit
470632ae64
@ -275,6 +275,8 @@ function newobject:SetText(t)
|
||||
end
|
||||
if v.link then
|
||||
link = true
|
||||
else
|
||||
link = false
|
||||
end
|
||||
elseif dtype == "number" then
|
||||
table.insert(self.formattedtext, {font = prevfont, color = prevcolor, linkcolor = prevlinkcolor, linkhovercolor = prevlinkhovercolor, link = link, text = tostring(v)})
|
||||
|
Loading…
Reference in New Issue
Block a user