mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-26 05:14:21 +00:00
Fix #106
This commit is contained in:
parent
30cbac82c0
commit
470632ae64
@ -275,6 +275,8 @@ function newobject:SetText(t)
|
|||||||
end
|
end
|
||||||
if v.link then
|
if v.link then
|
||||||
link = true
|
link = true
|
||||||
|
else
|
||||||
|
link = false
|
||||||
end
|
end
|
||||||
elseif dtype == "number" then
|
elseif dtype == "number" then
|
||||||
table.insert(self.formattedtext, {font = prevfont, color = prevcolor, linkcolor = prevlinkcolor, linkhovercolor = prevlinkhovercolor, link = link, text = tostring(v)})
|
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