From ca5cc79f4464c5e9f34480757c288b9bbcb569ec Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 9 Jun 2022 21:16:31 +0200 Subject: Make it OK to re-examine content with subtitles. --- src/lib/string_text_file_content.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/string_text_file_content.cc') diff --git a/src/lib/string_text_file_content.cc b/src/lib/string_text_file_content.cc index 934144fa4..95a282174 100644 --- a/src/lib/string_text_file_content.cc +++ b/src/lib/string_text_file_content.cc @@ -66,6 +66,8 @@ StringTextFileContent::examine (shared_ptr film, shared_ptr job Content::examine (film, job); StringTextFile file (shared_from_this()); + only_text()->clear_fonts(); + /* Default to turning these subtitles on */ only_text()->set_use (true); -- cgit v1.2.3