diff options
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/film_editor.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 669be844b..4ae3743b3 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -681,6 +681,7 @@ FilmEditor::film_changed (Film::Property p) case Film::DCP_AUDIO_CHANNELS: _dcp_audio_channels->SetValue (_film->dcp_audio_channels ()); _audio_mapping->set_channels (_film->dcp_audio_channels ()); + setup_dcp_name (); break; } } |
