diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-02-16 16:41:41 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-03-11 14:53:34 +0100 |
commit | 2816e3ab2b384abc7d24fbead0d4126d8818c2d1 (patch) | |
tree | 49a044dcfcfff16ee18a6033cb781cd60efc209a /displaychannel.c | |
parent | 0ab22a142845707b6832299390a4305c6be6fdcb (diff) | |
download | skin-nopacity-2816e3ab2b384abc7d24fbead0d4126d8818c2d1.tar.gz skin-nopacity-2816e3ab2b384abc7d24fbead0d4126d8818c2d1.tar.bz2 |
Fix the clock wasn't updated in Displaychannel.
Diffstat (limited to 'displaychannel.c')
-rw-r--r-- | displaychannel.c | 3 |
1 files changed, 1 insertions, 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); |