Frans de Jonge 5 years ago committed by GitHub
parent c35f96c819
commit 4ba826ca3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -264,6 +264,12 @@ function VirtualKeyPopup:onClose()
return true
end
function VirtualKeyPopup:onCloseWidget()
UIManager:setDirty(nil, function()
return "partial", self[1][1].dimen
end)
end
function VirtualKeyPopup:onPressKey()
self:getFocusItem():handleEvent(Event:new("TapSelect"))
return true

Loading…
Cancel
Save