diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-20 20:40:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-20 20:40:59 +0100 |
| commit | cb9183ee1165802bf81c2d6c8ced860c4da718f9 (patch) | |
| tree | a0c9350d45abf4eeaf427eb18bc7865edcaa7e35 /src | |
| parent | ad70feebe3a9a89865185b05e084b326637ff81e (diff) | |
Update preview when caption type changes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/player.cc | 1 |
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 || |
