Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
5560475f
Commit
5560475f
authored
Oct 16, 2019
by
Jean-Baptiste Mardelle
Browse files
Audiomixer: Disable balance dial on mute
parent
ff4c2597
Pipeline
#9040
passed with stage
in 21 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/audiomixer/mixerwidget.cpp
View file @
5560475f
...
...
@@ -321,6 +321,7 @@ void MixerWidget::setMute(bool mute)
m_volumeSpin
->
setEnabled
(
!
mute
);
m_audioMeterWidget
->
setEnabled
(
!
mute
);
m_balanceSpin
->
setEnabled
(
!
mute
);
m_balanceDial
->
setEnabled
(
!
mute
);
updateLabel
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment