Opened 15 years ago

Closed 15 years ago

#5892 closed defect (fixed)

Program Details display is broken

Reported by: doug-myth@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

Sometime recently, the display of Program Details was broken, at least on my system. Instead of seeing any text, I get a white box.

I understand that this is due for migration to libmythui, and this seems to be the only part of the code that still uses the richtext control, but I have a small patch that seems to fix things for me. I don't know very much about QT, so this may not be the best solution.

Attachments (1)

myth-program-details.patch (2.4 KB) - added by doug-myth@… 15 years ago.
Patch to libs/libmyth/uitypes.cpp and libs/libmythtv/progdetails.cpp

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by doug-myth@…

Attachment: myth-program-details.patch added

Patch to libs/libmyth/uitypes.cpp and libs/libmythtv/progdetails.cpp

comment:1 Changed 15 years ago by Janne Grunau

Resolution: fixed
Status: newclosed

(In [19017]) fix program details display partially. Fixes #5892

the program details display was broken by the qt4 port. Scrolling is still broken since the QLabel does not render the full text. seems to be an qt bug, I won't spent time on fixing this, since the mythui should fix it.

based on patch from <doug-myth [ta] elemental [tod] ath [tod] cx

Note: See TracTickets for help on using tickets.