From 58091ecf0761da396a5825c46f291d6db8be3196 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 12 May 2013 12:26:23 +0200 Subject: Fixed a bug that channel info was not cleared --- displaychannel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/displaychannel.c b/displaychannel.c index 979d1ea..f991362 100644 --- a/displaychannel.c +++ b/displaychannel.c @@ -489,6 +489,7 @@ void cNopacityDisplayChannel::DrawSourceInfo(const cChannel *Channel) { int x = signalX + 20; if (config.displaySignalStrength) x += signalWidth; + pixmapFooter->Fill(clrTransparent); pixmapFooter->DrawText(cPoint(x, (streamInfoHeight - fontDate->Height())/2), channelInfo, Theme.Color(clrChannelHead), clrTransparent, fontDate); } -- cgit v1.2.3