Opened 18 years ago

Last modified 18 years ago

#1432 closed defect

Window redraw problem -- current svn — at Version 1

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

Description (last modified by Nigel)

After the mythui changes went in, mythfrontend no longer will redraw on mac os x. The main window loads and remains blank. If you "scrub" over the myth window using another window it will redraw.

Change History (1)

comment:1 Changed 18 years ago by Nigel

Description: modified (diff)
Version: head

The problem Geoffrey mentions is from the QtPainter? code (i.e. mythfrontend -O UseOpenGLPainter=0). I suspect that we just need to setWFlags() to a different repaint strategy, but I am at a loss to explain why it has changed since we started using libmythui. Sadly, I don't have time to investigate very much.
There is also a different problem I see with UseOpenGLPainter=1. The transitions work beautifully on my 1.3GHz G4, but some of them don't render at all. e.g. selecting Setup fades nicely to the 6 displayed sub-items, but selecting General displays nothing. We are in General, and Escape gets me back to being able to scroll through those items. Very strange. But that probably is a case for another Trac ticket!

Note: See TracTickets for help on using tickets.