return self from Screen:show() as a convenience

develop
myk002 2022-11-04 17:41:15 -07:00
parent ba2e71c7be
commit be18f4e900
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 0 deletions

@ -641,6 +641,7 @@ function Screen:show(parent)
if not dscreen.show(self, parent.child) then
error('Could not show screen')
end
return self
end
function Screen:onAboutToShow(parent)