From: Carl Hetherington Date: Thu, 1 Nov 2012 02:54:13 +0000 (+0000) Subject: Tidy up sensitivity of labels. X-Git-Tag: v2.0.48~1586 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=e9cefbb14d01b64853c07f36ebf42728676237f4;p=dcpomatic.git Tidy up sensitivity of labels. --- diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 3e5308a39..f8e914f20 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -655,7 +655,6 @@ FilmEditor::set_things_sensitive (bool s) _scaler->Enable (s); _audio_stream->Enable (s); _dcp_content_type->Enable (s); - _dcp_range->Enable (s); _change_dcp_range_button->Enable (s); _dcp_ab->Enable (s); _audio_gain->Enable (s); @@ -666,8 +665,6 @@ FilmEditor::set_things_sensitive (bool s) _with_subtitles->Enable (s); _subtitle_offset->Enable (s); _subtitle_scale->Enable (s); - _frames_per_second->Enable (s); - _original_size->Enable (s); } /** Called when the `Edit filters' button has been clicked */