mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Update change log
This commit is contained in:
parent
b02f37d896
commit
580075b6fd
@ -39,6 +39,7 @@
|
||||
* Fix "Batch convert" crash on Linux - thx ivandrofly/aggravatedanteater
|
||||
* Fix for missing lines when embedding soft subs in .mp4 files - thx Joe
|
||||
* Fix layout change crash from un-docked state - thx highflowerG
|
||||
* Fix crash in export to "Cavena 890" - thx yovelcohen
|
||||
|
||||
|
||||
4.0.4 (17th March 2024)
|
||||
|
@ -1886,12 +1886,13 @@ namespace Nikse.SubtitleEdit.Core.SubtitleFormats
|
||||
sb.Append(s);
|
||||
}
|
||||
}
|
||||
|
||||
if (fontColorOn)
|
||||
{
|
||||
sb.Append("</font>"); // white
|
||||
}
|
||||
|
||||
return sb.ToString();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user