Opened 15 years ago

Closed 15 years ago

#6566 closed defect (fixed)

Changing channel through EPG with opengl menus causes EPG to fade to main menu

Reported by: richard.ablewhite@… Owned by: stuartm
Priority: minor Milestone: 0.22
Component: MythTV - User Interface Library Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

When changing channel within the EPG with opengl menus the EPG fades to main menu before changing channel. This means that you have to wait for the transition to finish before MythTV respondes and changes channel.

This is fixed by changing mythtv/programs/mythfrontend/guidegrid.cpp line 1803 from Close(); to:

GetScreenStack?()->PopScreen?(this, false);

Change History (3)

comment:1 Changed 15 years ago by stuartm

Owner: changed from Isaac Richards to stuartm
Status: newaccepted

I'd already made this change in my tree, just hadn't remembered to commit. I'll deal with it tomorrow.

comment:2 Changed 15 years ago by stuartm

Component: MythTV - Video PlaybackMythTV - User Interface Library

comment:3 Changed 15 years ago by stuartm

Resolution: fixed
Status: acceptedclosed

(In [20821]) Don't perform transition effects when guide grid is used during video playback. Thanks to Richard Ablewhite. Closes #6566

Note: See TracTickets for help on using tickets.