projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
934701b
)
Fix missing update of controls when changing VF settings.
author
Carl Hetherington
<cth@carlh.net>
Thu, 8 May 2025 21:40:55 +0000
(23:40 +0200)
committer
Carl Hetherington
<cth@carlh.net>
Thu, 8 May 2025 21:40:55 +0000
(23:40 +0200)
src/wx/video_panel.cc
patch
|
blob
|
history
diff --git
a/src/wx/video_panel.cc
b/src/wx/video_panel.cc
index dd805bc247184e224664833b1f35cebdc2d669a6..1c2e94d4c3b0486d6db1cb29a9556c16df382c16 100644
(file)
--- a/
src/wx/video_panel.cc
+++ b/
src/wx/video_panel.cc
@@
-472,6
+472,12
@@
VideoPanel::film_content_changed(int property)
checked_set(_scale_custom, false);
}
setup_sensitivity();
+ } else if (
+ property == DCPContentProperty::REFERENCE_VIDEO ||
+ property == DCPContentProperty::REFERENCE_AUDIO ||
+ property == DCPContentProperty::REFERENCE_TEXT
+ ) {
+ setup_sensitivity();
}
}