Make sure the textinput's indicator is visible when being moved

This commit is contained in:
Kenny Shields 2014-11-16 16:16:38 -05:00
parent 31f768cd14
commit ae328fde78

View File

@ -931,6 +931,10 @@ function newobject:UpdateIndicator()
if alltextselected then
self.showindicator = false
else
if love.keyboard.isDown("up", "down", "left", "right") then
self.showindicator = true
end
end
local width = 0