Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
authorCarl Hetherington <cth@carlh.net>
Thu, 22 Oct 2015 09:30:27 +0000 (10:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 22 Oct 2015 09:30:27 +0000 (10:30 +0100)
src/wx/audio_panel.cc

index 9632b5235465a3c82b87e495fb40a900223e9fb0..8aca290cbbdbb323d74f010fee0a6bbd8b9085a5 100644 (file)
@@ -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 ();
 }