summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-02-17 02:17:30 +0100
committerCarl Hetherington <cth@carlh.net>2025-02-17 02:17:30 +0100
commit215093650fb46b9c5bea81da29525100b1cdb858 (patch)
treeb529de736a0ff30baf05a5c0b4f9711e61d3293b
parent3c7e18dca8f7f5c331cc0d23f44abd01341b6ec9 (diff)
Update VF dialog when audio channels count changes.
-rw-r--r--src/wx/dcp_referencing_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/dcp_referencing_dialog.cc b/src/wx/dcp_referencing_dialog.cc
index 9b1c61c12..fab612438 100644
--- a/src/wx/dcp_referencing_dialog.cc
+++ b/src/wx/dcp_referencing_dialog.cc
@@ -74,6 +74,7 @@ DCPReferencingDialog::film_changed(ChangeType type, FilmProperty property)
property == FilmProperty::CONTAINER ||
property == FilmProperty::REEL_TYPE ||
property == FilmProperty::VIDEO_FRAME_RATE ||
+ property == FilmProperty::AUDIO_CHANNELS ||
property == FilmProperty::CONTENT) {
setup();
}