diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-10 21:30:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-10 21:30:42 +0100 |
| commit | b2a8855d38847e98e55b87884cf709a510a49d77 (patch) | |
| tree | 5c247b309b63129d3c0aebe1cd5ea96e1ec35419 /src | |
| parent | 3650602cff884abb74b2a16a2a075fa74b06617f (diff) | |
Update subtitle offset/scale on load.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 5a188ec64..be99c2010 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -1215,6 +1215,8 @@ FilmEditor::content_selection_changed (wxListEvent &) film_content_changed (s, FFmpegContentProperty::AUDIO_STREAMS); film_content_changed (s, FFmpegContentProperty::SUBTITLE_STREAM); film_content_changed (s, FFmpegContentProperty::SUBTITLE_STREAMS); + film_content_changed (s, SubtitleContentProperty::SUBTITLE_OFFSET); + film_content_changed (s, SubtitleContentProperty::SUBTITLE_SCALE); } void |
