ConfirmBox: prevent lower widgets from responding to tap

reviewable/pr5729/r1
poire-z 4 years ago committed by Frans de Jonge
parent 1a7d2dd657
commit 378dfdc1df

@ -168,9 +168,9 @@ end
function ConfirmBox:onTapClose(arg, ges) function ConfirmBox:onTapClose(arg, ges)
if ges.pos:notIntersectWith(self[1][1].dimen) then if ges.pos:notIntersectWith(self[1][1].dimen) then
self:onClose() self:onClose()
return true
end end
return false -- Don't let it propagate to underlying widgets
return true
end end
function ConfirmBox:onSelect() function ConfirmBox:onSelect()

Loading…
Cancel
Save