[fix] InputText: dirty dimensions

pull/3111/head
Frans de Jonge 7 years ago committed by GitHub
parent 4513718a2a
commit e23c2fd7ae

@ -61,7 +61,7 @@ if Device.isTouchDevice() then
if x > 0 and y > 0 then
self.charpos = self.text_widget:moveCursor(x, y)
UIManager:setDirty(self.parent, function()
return "ui", self.text_widget.dimen
return "ui", self.dimen
end)
end
end

Loading…
Cancel
Save