summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-12 14:04:05 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-12 14:04:05 +0100
commit4b971f28170354c415f74fd99cbcc3a328325337 (patch)
tree1b225979f69b7c6ea1e2aca855f994347c9f02f4 /src
parent3caf9f8252e1adcc508895d404146b0e14d89b7e (diff)
Missing insensitivity.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index 4794a9d33..65497859c 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -916,6 +916,7 @@ FilmEditor::set_things_sensitive (bool s)
_scaler->Enable (s);
_dcp_content_type->Enable (s);
_dcp_frame_rate->Enable (s);
+ _dcp_audio_channels->Enable (s);
_colour_lut->Enable (s);
_j2k_bandwidth->Enable (s);
_audio_gain->Enable (s);