From: Carl Hetherington Date: Wed, 24 Apr 2013 20:58:31 +0000 (+0100) Subject: Fix sensitivity of best DCP frame rate. X-Git-Tag: v2.0.48~1337^2~432 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=fbbbda8082f17cb0946c4a489ba9330301069575;p=dcpomatic.git Fix sensitivity of best DCP frame rate. --- diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index ad028c930..7e3750911 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -930,6 +930,7 @@ FilmEditor::set_things_sensitive (bool s) _scaler->Enable (s); _ffmpeg_audio_stream->Enable (s); _dcp_content_type->Enable (s); + _best_dcp_frame_rate->Enable (s); _dcp_frame_rate->Enable (s); _trim_start->Enable (s); _trim_end->Enable (s);