Merge pull request #327 from neilsb/fix-channel-selection
Ensure currently selected channel in guide is used when "Watch" selected
This commit is contained in:
commit
56af6e736d
|
@ -157,8 +157,7 @@ sub onWatchChannelSelected()
|
|||
' Set focus back to grid before showing channel, to ensure grid has focus when we return
|
||||
focusProgramDetails(false)
|
||||
|
||||
m.top.watchChannel = m.scheduleGrid.content.GetChild(m.LoadProgramDetailsTask.programDetails.channelIndex)
|
||||
|
||||
m.top.watchChannel = m.detailsPane.channel
|
||||
end sub
|
||||
|
||||
' As user scrolls grid, check if more data requries to be loaded
|
||||
|
|
Loading…
Reference in New Issue
Block a user