Opened 16 years ago
Closed 14 years ago
#8975 closed enhancement (Won't Fix)
Move to Effects struct in MythUI/drop hardcoded effects
| Reported by: | robertm | Owned by: | stuartm |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - User Interface Library | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
This patch removes all of the hardcoding of the alpha values in the UI code and replaces them with an Effects struct (with one member at the moment... alpha). Something like this will be necessary to add further effects to the UI with relative ease.
Patch might be a total throwaway depending on other future changes, but worth at least getting the dialog going.
Attachments (1)
Change History (3)
by , 16 years ago
| Attachment: | EffectsStruct.diff added |
|---|
comment:1 by , 16 years ago
| Status: | new → assigned |
|---|
comment:2 by , 14 years ago
| Resolution: | → Won't Fix |
|---|---|
| Status: | assigned → closed |
Something has now been implemented and will continue to be worked on, so the patch/ticket isn't necessary
Note:
See TracTickets
for help on using tickets.

Patch