summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-28 21:33:41 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-28 21:33:41 +0100
commit36415c679621970b3c80fb910d8d0a57a8161682 (patch)
treee1c8c55c4c82ed057bef9521a4b617bbd18188a3 /src/lib
parent09caa5ca31e097cd063403cecb48a10b91cf0b46 (diff)
Update view on changing subtitle fade.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/player.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index 10c92c073..1506436e1 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -184,7 +184,9 @@ Player::playlist_content_changed (weak_ptr<Content> w, int property, bool freque
} else if (
property == SubtitleContentProperty::LINE_SPACING ||
property == SubtitleContentProperty::OUTLINE_WIDTH ||
- property == SubtitleContentProperty::Y_SCALE
+ property == SubtitleContentProperty::Y_SCALE ||
+ property == SubtitleContentProperty::FADE_IN ||
+ property == SubtitleContentProperty::FADE_OUT
) {
/* These changes just need the pieces' decoders to be reset.