[mythtv-commits] mythtv commit: r26449 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Sep 22 17:25:08 UTC 2010


      Author: danielk
        Date: 2010-09-22 17:25:08 +0000 (Wed, 22 Sep 2010)
New Revision: 26449
   Changeset: http://svn.mythtv.org/trac/changeset/26449

Log:

Refs #8952. Adding a repaint() immediately after enabling drawing fixes the repaint issue. The underlaying problem appears to be that MythMainWindow::update(*) calls do not reliably result in a repaint of the window. There are always 2 to 3 update() calls after the SetRepaintEnable(true) call, but none of them result in drawScreen() being called.

Modified:

   trunk/mythtv/libs/libmythui/mythmainwindow.cpp




More information about the mythtv-commits mailing list