mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Make sure the textinput's indicator is visible when being moved
This commit is contained in:
parent
31f768cd14
commit
ae328fde78
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user