summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-20 20:40:59 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-20 20:40:59 +0100
commitcb9183ee1165802bf81c2d6c8ced860c4da718f9 (patch)
treea0c9350d45abf4eeaf427eb18bc7865edcaa7e35 /src/lib
parentad70feebe3a9a89865185b05e084b326637ff81e (diff)
Update preview when caption type changes.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/player.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index 719e59acc..72c0519c6 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -230,6 +230,7 @@ Player::playlist_content_changed (weak_ptr<Content> w, int property, bool freque
property == CaptionContentProperty::Y_OFFSET ||
property == CaptionContentProperty::X_SCALE ||
property == CaptionContentProperty::FONTS ||
+ property == CaptionContentProperty::TYPE ||
property == VideoContentProperty::CROP ||
property == VideoContentProperty::SCALE ||
property == VideoContentProperty::FADE_IN ||