Restore focus within TV Guide after options close

This commit is contained in:
JD Layman 2021-09-06 15:03:30 -05:00
parent 2fc7f0383c
commit 3b531188cf

View File

@ -389,6 +389,10 @@ sub optionsClosed()
loadInitialItems()
end if
m.itemGrid.setFocus(true)
if m.tvGuide <> invalid
m.tvGuide.lastFocus.setFocus(true)
end if
stop
end sub
sub showTVGuide()