From cb9183ee1165802bf81c2d6c8ced860c4da718f9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 20 Jul 2018 20:40:59 +0100 Subject: [PATCH] Update preview when caption type changes. --- src/lib/player.cc | 1 + 1 file changed, 1 insertion(+) 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 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 || -- 2.30.2