Add MovableContainer: allow moving some widgets (#3636)

This commit is contained in:
poire-z
2018-01-29 21:27:24 +01:00
committed by Frans de Jonge
parent f7e56b408f
commit 43a6cf4b2e
12 changed files with 458 additions and 107 deletions

View File

@@ -806,7 +806,7 @@ function TextBoxWidget:onHoldReleaseText(callback, ges)
local Trapper = require("ui/trapper")
UIManager:scheduleIn(0.1, function() Trapper:wrap(load_and_show_image) end)
-- And we return without calling the "Hold on text" callback
return
return true
end
end
end