summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--displaychannel.c1
1 files changed, 1 insertions, 0 deletions
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);
}