Make it OK to re-examine content with subtitles.
[dcpomatic.git] / src / lib / string_text_file_content.cc
index 934144fa411d6d6fdd7ddfe1c4158501b2e5e948..95a2821748a344e1a6ea986658f1d409df3f1446 100644 (file)
@@ -66,6 +66,8 @@ StringTextFileContent::examine (shared_ptr<const Film> film, shared_ptr<Job> 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);