diff options
-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); |