Opened 19 years ago
Closed 19 years ago
#2989 closed defect (invalid)
Bug in drawing order of themed widgets
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mythtv | Version: | 0.20 |
| Severity: | low | Keywords: | NOTABUG |
| Cc: | Ticket locked: | no |
Description
If you go to any theme and put an actual image into button_off.png (which is the 'normal' state button graphic for MythCenter) you will note that it is drawn *covering* the 'active' button, which is less than useful.
The 'active' button should be drawn above the 'normal' one, if they're both going to be drawn at all. The code probably shouldn't draw them both, but someone might want to do like a shiny glow over their active button and keep the same background for all the normal (inactive) buttons.
This persists as of SVN 12635 from 0.20-fixes.
Attachments (1)
Change History (3)
comment:1 by , 19 years ago
| Keywords: | NOTABUG added |
|---|---|
| Priority: | minor → trivial |
| Severity: | medium → low |
*sigh* Nevermind. It turns out that all the current themes but one seem to have the inactive button graphic as their <image>, which aside from unnecessary repaints, is the reason this problem appears in the first place.
I swear I'll get an actual bug soon.

Example of the hideousness I'm talking about using MythCenter and a different (non-transparent) button_off.png image.