[mythtv] Solving the screen flicker in QTPainter MythMainWindow

florin baiduc florinbaiduc at gmail.com
Wed May 24 08:51:41 UTC 2006


Hi,
For solving the flicker while using the QTPainter (old
UseOpenGLPainter=0 option) I just edited the last line in the
void MythMainWindow::drawTimeout(void) function, disabling the
repaintRegion  call like this:
//    d->repaintRegion = QRegion(QRect(0, 0, 0, 0));
If the problem is already solved, ok, but for people not running the
latest svn and having issues with slow hardware, this can improve the
sittuation a bit (I hope)..
Regards,
Florin


More information about the mythtv-dev mailing list