summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_editor.cc')
-rw-r--r--src/wx/film_editor.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index 54b810db9..15755b9db 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -900,6 +900,9 @@ FilmEditor::audio_stream_changed (wxCommandEvent &)
_ignore_changes = Film::AUDIO_STREAM;
_film->set_audio_stream (_audio_stream->GetSelection ());
_ignore_changes = Film::NONE;
+
+ _dcp_name->SetLabel (std_to_wx (_film->dcp_name ()));
+ setup_audio_details ();
}
void
@@ -925,4 +928,3 @@ FilmEditor::setup_audio_details ()
_audio->SetLabel (std_to_wx (s.str ()));
}
}
-