From 114fb900bb3fdbef09258eef5a2a8c3b08ab7ddc Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 1 Feb 2014 19:29:52 +0100 Subject: fixed channel info display --- displaychannel.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/displaychannel.c b/displaychannel.c index fa6964e..73ccc73 100644 --- a/displaychannel.c +++ b/displaychannel.c @@ -164,9 +164,10 @@ void cNopacityDisplayChannel::Flush(void) { } else channelView->HideSignalMeter(); - if (config.GetValue("displaySourceInfo") && !groupSep) - channelView->DrawSourceInfo(); - else + if (config.GetValue("displaySourceInfo") && !groupSep) { + channelView->ClearSourceInfo(); + channelView->DrawSourceInfo(); + } else channelView->ClearSourceInfo(); if (initial) { -- cgit v1.2.3