summaryrefslogtreecommitdiff
path: root/displaychannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'displaychannel.c')
-rw-r--r--displaychannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/displaychannel.c b/displaychannel.c
index ce04d3f..96b9b11 100644
--- a/displaychannel.c
+++ b/displaychannel.c
@@ -708,7 +708,7 @@ void cNopacityDisplayChannel::DrawPoster(const cEvent *event) {
config.channelBorderBottom,
mediaWidth + 2*config.channelBorderVertical,
mediaHeight + 2*config.channelBorderBottom));
- if (initial)
+ if (initial && config.channelFadeTime)
pixmapPoster->SetAlpha(0);
cImageLoader imgLoader;
if (imgLoader.LoadPoster(call.media.path.c_str(), mediaWidth, mediaHeight)) {