diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-07 09:35:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-07 09:35:40 +0000 |
| commit | 9c260edf726e0118741c9115b59c7903b25e4a1f (patch) | |
| tree | d09b8ce5cbdd3ab53d7026b4584207ce2ebca641 /src | |
| parent | d1b888f38fe7b1026befc86692d8fe86d8adc352 (diff) | |
Fix initial setup of audio mapping control.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/content_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index 23b531b47..53ed98799 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -339,6 +339,7 @@ ContentPanel::set_film (shared_ptr<Film> f) _film = f; film_changed (Film::CONTENT); + film_changed (Film::AUDIO_CHANNELS); selection_changed (); } |
