summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-17 20:10:29 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-17 20:10:29 +0000
commitd9c78fb977457d3b99fb9ab38ca4e95ac4e2a288 (patch)
tree809475fb6dfc9cefe39c828b5e9e5cd5e582cbb1 /src
parent7bf30cdae222915bd148522227858f49b553d799 (diff)
Update on scaler change, too.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_viewer.cc1
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: