summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_viewer.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index b160d7753..d521e5385 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -668,6 +668,8 @@ FilmViewer::film_changed (Film::Property p)
{
if (p == Film::CONTENT || p == Film::THREE_D) {
setup_sensitivity ();
+ } else if (p == Film::AUDIO_CHANNELS) {
+ recreate_butler ();
}
}