TextWidget: Feed Geom a full-size table in getSize()

Might save a realloc down the line.
pull/9966/head
NiLuJe 1 year ago
parent 04c8bc903e
commit 3743229ffe

@ -292,6 +292,8 @@ end
function TextWidget:getSize()
self:updateSize()
return Geom:new{
x = 0,
y = 0,
w = self._length,
h = self.forced_height or self._height,
}

Loading…
Cancel
Save