summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-10 20:31:25 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-10 20:31:25 +0100
commit6831555b828ae932cc602fcbcb2870fcb5856e32 (patch)
tree231c19b428232df1060f3fcdaff9287b066f5b81 /src
parent320a74efb8d9c8aacded2799459a92d5b7235d90 (diff)
Set up subtitle streams control.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_editor.cc1
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