Opened 16 years ago

Closed 16 years ago

#4390 closed patch (fixed)

vidooutbase: embed in widget

Reported by: andrei@… Owned by: danielk
Priority: minor Milestone: 0.21
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Calling EmbedInWidget? multiple times (which guidegrid does) overwrites saved original video position, when guide closes, video keeps running in the same place as it was positioned in the guide widget.

Attachments (1)

videoout_embedding.patch (389 bytes) - added by andrei@… 16 years ago.

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by andrei@…

Attachment: videoout_embedding.patch added

comment:1 Changed 16 years ago by danielk

Owner: changed from Isaac Richards to danielk
Status: newassigned

comment:2 Changed 16 years ago by danielk

Resolution: fixed
Status: assignedclosed

(In [15273]) Fixes #4390. Slightly different fix for the problem reported by andrei. The EmbedInWidget?() call was relying on child classes to keep track of whether we were already embedded; this makes the EmbedInWidget?() call safe even if the child class does not track the embedding state.

Note: See TracTickets for help on using tickets.