Pick button for back to details page
This commit is contained in:
parent
ad4ffe326d
commit
8140e9395a
|
@ -124,7 +124,8 @@ sub Main()
|
||||||
btn = getButton(msg)
|
btn = getButton(msg)
|
||||||
if btn.id = "play-button"
|
if btn.id = "play-button"
|
||||||
' TODO - Do a better job of picking the last focus
|
' TODO - Do a better job of picking the last focus
|
||||||
group.lastFocus = group.focusedChild
|
' This is currently page layout Group, button Group, then button
|
||||||
|
group.lastFocus = group.focusedChild.focusedChild.focusedChild
|
||||||
group.setFocus(false)
|
group.setFocus(false)
|
||||||
group.visible = false
|
group.visible = false
|
||||||
video_id = group.id
|
video_id = group.id
|
||||||
|
|
Loading…
Reference in New Issue
Block a user