diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-01 02:54:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-01 02:54:13 +0000 |
| commit | e9cefbb14d01b64853c07f36ebf42728676237f4 (patch) | |
| tree | 40cff8ecf21b574bc190dfeae86bf187b1e6c6d2 /src | |
| parent | 740bbad15978b321eca7320f74a188d263eb3ec8 (diff) | |
Tidy up sensitivity of labels.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 3 |
1 files changed, 0 insertions, 3 deletions
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 */ |
