Opened 19 years ago
Closed 19 years ago
#2178 closed defect (fixed)
Teletext: wrong drawing of background
Reported by: | frankm | Owned by: | danielk |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The background of a teletext page is drawed wrong.
Patch: Index: libs/libmythtv/osdtypeteletext.cpp =================================================================== --- libs/libmythtv/osdtypeteletext.cpp (Revision 10763) +++ libs/libmythtv/osdtypeteletext.cpp (Arbeitskopie) @@ -777,7 +777,7 @@
buf_a[i] = m_bgcolor_a;
}
- if (!(y & 1))
+ if (!(j & 1))
{
for (int k = 0; k < dx; k++) {
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
patch