Tidy up sensitivity of labels.
authorCarl Hetherington <cth@carlh.net>
Thu, 1 Nov 2012 02:54:13 +0000 (02:54 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 1 Nov 2012 02:54:13 +0000 (02:54 +0000)
src/wx/film_editor.cc

index 3e5308a39f021a36f88886232c5650224804dc8a..f8e914f2028faf04569eec75ba3f3f41b36f3b6f 100644 (file)
@@ -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 */