mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-26 05:02:36 +01:00
Minor fix for bold tag below video player
This commit is contained in:
parent
afea7c063e
commit
a051b7bc2b
@ -354,6 +354,10 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
}
|
||||
i += 3;
|
||||
}
|
||||
else if (Configuration.Settings.General.VideoPlayerPreviewFontBold && text.Substring(i).StartsWith("</b>", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
i += 3;
|
||||
}
|
||||
else if (text.Substring(i).StartsWith("<u>", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
_subtitleTextBox.AppendText(sb.ToString());
|
||||
|
Loading…
Reference in New Issue
Block a user