mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Merge pull request #245 from alfaproject/unknownsubtitle11_underline
Fix UnknownSubtitle11 underline subtitles
This commit is contained in:
commit
997b7d1452
@ -121,8 +121,8 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
|
||||
else if (line.StartsWith("<u>") || underlineOn)
|
||||
{
|
||||
italicOn = false;
|
||||
boldOn = true;
|
||||
underlineOn = false;
|
||||
boldOn = false;
|
||||
underlineOn = true;
|
||||
lineSb.Append("{y:u}"); // underline single line
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user