From 2816e3ab2b384abc7d24fbead0d4126d8818c2d1 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Tue, 16 Feb 2021 16:41:41 +0100 Subject: Fix the clock wasn't updated in Displaychannel. --- displaychannel.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/displaychannel.c b/displaychannel.c index 7c65466..ac7bae7 100644 --- a/displaychannel.c +++ b/displaychannel.c @@ -101,8 +101,7 @@ void cNopacityDisplayChannel::SetMessage(eMessageType Type, const char *Text) { } void cNopacityDisplayChannel::Flush(void) { - if (initial || channelChange) - channelView->DrawDate(); + channelView->DrawDate(); if (present && !groupSep) { SetProgressBar(present); -- cgit v1.2.3