From: Carl Hetherington Date: Sat, 15 Jun 2013 18:18:03 +0000 (+0100) Subject: Fix some initial sensitivity. X-Git-Tag: v2.0.48~1337^2~323 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=9de5bc65c8c8753d23cb775e6d26369aa2b8198d;p=dcpomatic.git Fix some initial sensitivity. --- diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index aab2a6147..8aa4165c7 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -912,6 +912,9 @@ FilmEditor::set_things_sensitive (bool s) _audio_gain_calculate_button->Enable (s); _show_audio->Enable (s); _audio_delay->Enable (s); + _container->Enable (s); + _loop_content->Enable (s); + _loop_count->Enable (s); setup_subtitle_control_sensitivity (); setup_show_audio_sensitivity (); @@ -1223,6 +1226,7 @@ FilmEditor::setup_content_sensitivity () _video_panel->Enable (selection && dynamic_pointer_cast (selection) && _generally_sensitive); _audio_panel->Enable (selection && dynamic_pointer_cast (selection) && _generally_sensitive); _subtitle_panel->Enable (selection && dynamic_pointer_cast (selection) && _generally_sensitive); + _timing_panel->Enable (selection && _generally_sensitive); } shared_ptr