Opened 17 years ago

Closed 17 years ago

#3343 closed defect (fixed)

libmythui. mythhorizbutton stuff not parsed properly from xml.

Reported by: skamithi Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

If you have the following and set "scrollarrows" to "no", mythtv fails to draw the horizontal buttons. patch attached.

<horizontalbuttonlist name="mybuttonlist">
    <area>0,0,500,50</area>
    <activefont>bigboldwhite</activefont>
    <inactivefont>bigboldgrey</inactivefont>
    <scrollarrows show="yes">
....
..... 

Attachments (1)

draw_myth_horiz_items_without_arrrows.diff (1.3 KB) - added by skamithi 17 years ago.
m_itemWidth doesn't get set if <showarrows> is no.

Download all attachments as: .zip

Change History (2)

Changed 17 years ago by skamithi

m_itemWidth doesn't get set if <showarrows> is no.

comment:1 Changed 17 years ago by skamithi

Resolution: fixed
Status: newclosed

(In [13575]) Closes #3343. resolves mythhorizbuttonlist element fails to be drawn

Note: See TracTickets for help on using tickets.