Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: VDR version 1.2.5pre1 pre-release



Hi Klaus,

Klaus Schmidinger wrote:
If the OSD is completely updated (i.e: press back in a submenu, or right
on the last page of the records-menu), the OSD flashes ("flackert, zuckt
Please try reverting this change:

--- osdbase.c   2003/08/15 13:47:51     1.9
+++ osdbase.c   2003/08/24 11:38:27     1.10
@@ -70,7 +70,7 @@
 void cPalette::Reset(void)
 {
   for (int i = 0; i < numColors; i++)
-      used[i] = false;
+      used[i] = fetched[i] = false;
   full = false;
 }
This works fine, thanks!

Regards,

Christoph



--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index