[fix] InputText: dirty dimensions

This commit is contained in:
Frans de Jonge
2017-08-20 21:39:00 +02:00
committed by GitHub
parent 4513718a2a
commit e23c2fd7ae

View File

@@ -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