summaryrefslogtreecommitdiff
path: root/displaychannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'displaychannel.c')
-rw-r--r--displaychannel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/displaychannel.c b/displaychannel.c
index 7a71db5..4561a0c 100644
--- a/displaychannel.c
+++ b/displaychannel.c
@@ -136,6 +136,9 @@ void cNopacityDisplayChannel::Flush(void) {
} else
channelView->ClearSourceInfo();
+ if (config.GetValue("displayChannelVolume"))
+ channelView->DrawVolume();
+
if (initial && config.GetValue("animation") && config.GetValue("channelFadeTime")) {
channelView->SetAlpha(0);
Start();