Opened 14 years ago
Closed 14 years ago
#2969 closed defect (invalid)
<buttonarea>x1,y1,x2,y2</buttonarea> disregarding x2,y2
Reported by: | Dagmar d'Surreal | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | 0.20 |
Severity: | low | Keywords: | NOTABUG |
Cc: | Ticket locked: | no |
Description
Basically, there's something fried in myththemedmenu.cpp that is keeping the lower-right bounds for the menu area from being adhered to, so no matter what the lower-right bounds of the buttonarea winds up being 800,600 (at least in 4:3 mode).
For a good example of this (that I just happened to notice when my theme didn't center up like it should) is the MythCenter? theme, which is very nice looking, but has 300,320 as it's lower-right bounds and is definitely not being paid any heed when the menus are rendered.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Replying to Dagmar d'Surreal:
Nevermind this, I'm going to put something a little clearer into the WIki that explains a bounding box is (x,y,w,h) and not (x,y,x,y) like the rest of the free world uses.