diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-24 15:35:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-24 15:35:06 +0100 |
| commit | 2f0d4805ec5fdd74301a6c69d48cac2aeab97d3a (patch) | |
| tree | e3be903cc1175f3a384cece4f0beabf9be51f83e | |
| parent | 36aa839248224edfd0150094455a525742b51863 (diff) | |
Update ISDCF name when DCP frame rate changes (#1102).
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | src/wx/dcp_panel.cc | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2017-07-24 Carl Hetherington <cth@carlh.net> + * Update ISDCF name when DCP frame rate changes (#1102). + * Updated zh_CN translation from 刘汉源. 2017-07-18 Carl Hetherington <cth@carlh.net> diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 8b1758cc6..527c275a4 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -380,6 +380,7 @@ DCPPanel::film_changed (int p) checked_set (_frame_rate_spin, _film->video_frame_rate ()); _best_frame_rate->Enable (_film->best_video_frame_rate () != _film->video_frame_rate ()); + setup_dcp_name (); break; } case Film::AUDIO_CHANNELS: |
