diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-17 20:10:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-17 20:10:29 +0000 |
| commit | d9c78fb977457d3b99fb9ab38ca4e95ac4e2a288 (patch) | |
| tree | 809475fb6dfc9cefe39c828b5e9e5cd5e582cbb1 | |
| parent | 7bf30cdae222915bd148522227858f49b553d799 (diff) | |
Update on scaler change, too.
| -rw-r--r-- | src/wx/film_viewer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 6c099919f..3ee761ba4 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -104,6 +104,7 @@ FilmViewer::film_changed (Film::Property p) case Film::WITH_SUBTITLES: case Film::SUBTITLE_OFFSET: case Film::SUBTITLE_SCALE: + case Film::SCALER: update_from_raw (); break; case Film::SUBTITLE_STREAM: |
