Ignore resize calls to Text
This commit is contained in:
parent
a131df6d3d
commit
3af260d604
@ -42,15 +42,15 @@ function Text:getWidth()
|
||||
end
|
||||
|
||||
function Text:setWidth()
|
||||
error("Dimensions are derived from content")
|
||||
|
||||
end
|
||||
|
||||
function Text:setHeight()
|
||||
error("Dimensions are derived from content")
|
||||
|
||||
end
|
||||
|
||||
function Text:resize()
|
||||
error("Dimensions are derived from content")
|
||||
|
||||
end
|
||||
|
||||
return Text
|
Loading…
x
Reference in New Issue
Block a user