summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-02-26 23:18:15 +0100
committerCarl Hetherington <cth@carlh.net>2024-02-26 23:18:15 +0100
commitd8bbc508e959d8d38c54a6db6cfc868bd64697f5 (patch)
treeef165bfcce5daab54b617593a6db7708a2ade444 /src/wx
parent3ffd0163026be24e5373e0674c3301ed37546e44 (diff)
Disallow referring to OV audio unless channel counts match (#2780).
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/audio_panel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc
index f0863431a..fcadd0c68 100644
--- a/src/wx/audio_panel.cc
+++ b/src/wx/audio_panel.cc
@@ -208,6 +208,7 @@ AudioPanel::film_changed (FilmProperty property)
case FilmProperty::AUDIO_PROCESSOR:
_mapping->set_output_channels (_parent->film()->audio_output_names ());
setup_peak ();
+ setup_sensitivity();
break;
case FilmProperty::VIDEO_FRAME_RATE:
setup_description ();