Mailing List archive

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

[vdr] Re: VDR developer version 1.3.11



Alfred Zastrow wrote:
> 
> Klaus Schmidinger wrote:
> 
> > VDR developer version 1.3.11 is now available at
> [...]
> 
> There is a little visual bug in the OSD-statusline drawing, when
> shifting channels to a new position.
> Sometimes rests from the blue message line shines through the color
> buttons after placing with "ok". (ST:TNG skin)
> 
> Alfred

Apparently this happens when the list is scrolled while the status
message is on. This should fix it:

--- osdbase.c   2004/05/01 10:51:43     1.13
+++ osdbase.c   2004/07/17 13:29:13
@@ -175,6 +175,7 @@
      subMenu->Display();
      return;
      }
+  displayMenu->SetMessage(mtStatus, NULL);
   displayMenu->Clear();
   cStatus::MsgOsdClear();
   displayMenu->SetTabs(cols[0], cols[1], cols[2], cols[3], cols[4]);//XXX


BTW: please start a new thread with a proper subject line when reporting
bugs. I almost missed this one...

Klaus




Home | Main Index | Thread Index