Opened 10 years ago
Closed 9 years ago
Last modified 9 years ago
#9941 closed Patch - Bug Fix (Fixed)
[PATCH] osd: Force cutpoint dialog to front of cutpoint edit position
Reported by: | Owned by: | markk | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | MythTV - Video/OSD Rendering | Version: | 0.24.1 |
Severity: | medium | Keywords: | osd cutpoint edit |
Cc: | Ticket locked: | no |
Description
commit 1be38ea4edbbf25 "OSD: Fix subtitle window painting order." changed the painting order of OSD windows resulting in the cutpoint dialog being displayed behind the edit position window when the menu key is pressed while editing a cut list.
This patch forces the dialog to the front by prepending the dialog name with a high sorting character.
This patch can be applied to both git master and 0.24.1
Attachments (1)
Change History (6)
Changed 10 years ago by
Attachment: | 0002-osd-Force-cutpoint-dialog-to-front-of-cutpoint-edit-.patch added |
---|
comment:1 Changed 9 years ago by
Component: | MythTV - General → MythTV - Video/OSD Rendering |
---|---|
Owner: | set to markk |
comment:2 Changed 9 years ago by
Milestone: | unknown → 0.25 |
---|---|
Status: | new → accepted |
comment:3 Changed 9 years ago by
comment:4 Changed 9 years ago by
Milestone: | 0.25 → 0.24.2 |
---|---|
Resolution: | → Fixed |
Status: | accepted → closed |
Backported to 0.24-fixes in 2b5575937ebbd.
Note: See
TracTickets for help on using
tickets.
OSD: Fix screen ordering again.
Ref #9941