diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-24 11:44:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-24 11:44:16 +0100 |
| commit | 93d57d46e52e0050efda894fc3089a6410d55754 (patch) | |
| tree | e24d7a4a71d03b18b171f45a8695316f0f4e905f /src/wx/video_panel.cc | |
| parent | f74ed4201c1d393982439724de5fa81ce0393550 (diff) | |
Disallow referencing of Interop DCPs in SMPTE films, and vice versa (#804).
Diffstat (limited to 'src/wx/video_panel.cc')
| -rw-r--r-- | src/wx/video_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index a8a1d98c8..3ab78727e 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -256,6 +256,7 @@ VideoPanel::film_changed (Film::Property property) setup_description (); break; case Film::REEL_TYPE: + case Film::INTEROP: setup_sensitivity (); default: break; |
