diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-10 20:31:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-10 20:31:25 +0100 |
| commit | 6831555b828ae932cc602fcbcb2870fcb5856e32 (patch) | |
| tree | 231c19b428232df1060f3fcdaff9287b066f5b81 /src | |
| parent | 320a74efb8d9c8aacded2799459a92d5b7235d90 (diff) | |
Set up subtitle streams control.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index e3c4af12c..5a188ec64 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -1214,6 +1214,7 @@ FilmEditor::content_selection_changed (wxListEvent &) film_content_changed (s, FFmpegContentProperty::AUDIO_STREAM); film_content_changed (s, FFmpegContentProperty::AUDIO_STREAMS); film_content_changed (s, FFmpegContentProperty::SUBTITLE_STREAM); + film_content_changed (s, FFmpegContentProperty::SUBTITLE_STREAMS); } void |
