Tweak content properties layout (#895).
[dcpomatic.git] / src / lib / subtitle_decoder.cc
index f8f179587f6be35d85b10f0ff848a79d13639ef7..9fb66b74f6a6407d493367d7ec6b06f3dfaf55d6 100644 (file)
@@ -195,6 +195,7 @@ SubtitleDecoder::give_text (ContentTimePeriod period, sub::Subtitle const & subt
                                        string(TEXT_FONT_ID),
                                        j.italic,
                                        j.bold,
+                                       j.underline,
                                        /* force the colour to whatever is configured */
                                        content()->colour(),
                                        j.font_size.points (72 * 11),