diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-05 09:34:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-05 09:34:51 +0100 |
| commit | d3c9dca9e6c477947b111f34b617b76e07a0116b (patch) | |
| tree | a96e9d5ffa85d20da6bfa7820e5235cf2cacac55 /src | |
| parent | b6dd064b3034030ad7524836644a70c2de0cc9fb (diff) | |
Update audio panel sensitivity when film's SMPTE/Interop selection changes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/audio_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index ddee3157f..a3ce679e4 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -141,6 +141,7 @@ AudioPanel::film_changed (Film::Property property) setup_description (); break; case Film::REEL_TYPE: + case Film::INTEROP: setup_sensitivity (); default: break; |
