From: Carl Hetherington Date: Fri, 12 Jul 2013 13:04:05 +0000 (+0100) Subject: Missing insensitivity. X-Git-Tag: v2.0.48~1337^2~262 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=4b971f28170354c415f74fd99cbcc3a328325337;p=dcpomatic.git Missing insensitivity. --- 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);