Comment 3 for bug 875030

Revision history for this message
SeanTater (stgallag) wrote :

I'm not exactly sure where to submit the code (or even if it's really just a kludge) but adding imagedisplay->update(); in updateimagedisplay() of dvbcut.cpp on line 1586 seems to fix the problem. I suspect that setPixmap might not imply update() in QT4.
I included a patch for git in case that helps.