From: Carl Hetherington Date: Tue, 20 Oct 2015 08:18:18 +0000 (+0100) Subject: Fix update of reference-dcp-audio button. X-Git-Tag: v2.4.13~16 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=fbcde37db23b5d31211810d879cc26b6fc242f3d Fix update of reference-dcp-audio button. --- diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index 9632b5235..8aca290cb 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -232,6 +232,7 @@ AudioPanel::content_selection_changed () _delay->set_content (sel); film_content_changed (AudioContentProperty::AUDIO_STREAMS); + film_content_changed (DCPContentProperty::REFERENCE_AUDIO); setup_sensitivity (); }