mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-26 05:14:21 +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
|
if alltextselected then
|
||||||
self.showindicator = false
|
self.showindicator = false
|
||||||
|
else
|
||||||
|
if love.keyboard.isDown("up", "down", "left", "right") then
|
||||||
|
self.showindicator = true
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local width = 0
|
local width = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user