diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-22 00:41:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-22 00:41:03 +0100 |
| commit | dea824f6ff41384a5e17e23de5434cf84eccff29 (patch) | |
| tree | a40207882d506417cb5f456135b9ba4394535d00 /src/lib/caption_content.cc | |
| parent | 9cbe57dda759fccfa9dec8a0820114d7d8583a36 (diff) | |
Display only required tabs, including subs / ccap.
Diffstat (limited to 'src/lib/caption_content.cc')
| -rw-r--r-- | src/lib/caption_content.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/caption_content.cc b/src/lib/caption_content.cc index 4fa8b678f..37a3e7c70 100644 --- a/src/lib/caption_content.cc +++ b/src/lib/caption_content.cc @@ -57,7 +57,7 @@ int const CaptionContentProperty::FADE_OUT = 513; int const CaptionContentProperty::OUTLINE_WIDTH = 514; int const CaptionContentProperty::TYPE = 515; -CaptionContent::CaptionContent (Content* parent) +CaptionContent::CaptionContent (Content* parent, CaptionType original_type) : ContentPart (parent) , _use (false) , _burn (false) @@ -68,7 +68,7 @@ CaptionContent::CaptionContent (Content* parent) , _line_spacing (1) , _outline_width (2) , _type (CAPTION_OPEN) - , _original_type (CAPTION_OPEN) + , _original_type (original_type) { } |
