From 67f1ab55632934ee94339999d4e671e23443a27e Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 1 Feb 2014 14:56:37 +0100 Subject: Added information about running recordings in DisplayChannel --- displaychannel.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'displaychannel.c') diff --git a/displaychannel.c b/displaychannel.c index 7beed49..fa6964e 100644 --- a/displaychannel.c +++ b/displaychannel.c @@ -78,8 +78,6 @@ void cNopacityDisplayChannel::SetChannel(const cChannel *Channel, int Number) { channelView->DrawChannelLogo(Channel); if (Channel) channelView->DrawStatusIcons(Channel); - if (Channel && config.GetValue("displaySourceInfo")) - channelView->DrawSourceInfo(Channel); } else { channelView->HideSignalMeter(); channelView->ClearProgressBar(); @@ -166,6 +164,11 @@ void cNopacityDisplayChannel::Flush(void) { } else channelView->HideSignalMeter(); + if (config.GetValue("displaySourceInfo") && !groupSep) + channelView->DrawSourceInfo(); + else + channelView->ClearSourceInfo(); + if (initial) { if (config.GetValue("channelFadeTime")) Start(); -- cgit v1.2.3