summaryrefslogtreecommitdiffstats
path: root/src/streamwidget.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/streamwidget.cc')
-rw-r--r--src/streamwidget.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/streamwidget.cc b/src/streamwidget.cc
index 431e460..94363ec 100644
--- a/src/streamwidget.cc
+++ b/src/streamwidget.cc
@@ -78,6 +78,8 @@ void StreamWidget::setChannelMap(const pa_channel_map &m, bool can_decibel) {
cw->channelLabel->set_markup(text);
channelsVBox->pack_start(*cw, false, false, 0);
}
+ channelWidgets[m.channels-1]->last = true;
+ channelWidgets[m.channels-1]->setBaseVolume(PA_VOLUME_NORM);
lockToggleButton->set_sensitive(m.channels > 1);
}