mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
parent
dce9899b2c
commit
8025c48205
@ -30,7 +30,7 @@
|
||||
* Fix auto-select text in undocked mode - thx Ingo
|
||||
* Fix Toggle dialog dashes with ASS tags - thx OmrSi
|
||||
* Fix "Set end, next start + go to next" w org sub - thx OmrSi
|
||||
|
||||
* Fix crash in Remove text for HI" - thx indeed-a-genius
|
||||
|
||||
3.5.7 (9th August 2018)
|
||||
* NEW:
|
||||
|
@ -168,7 +168,7 @@ namespace Nikse.SubtitleEdit.Core.Forms
|
||||
else
|
||||
newText += line;
|
||||
}
|
||||
else if (count == 1 && newText.Length > 1 && indexOfColon > 15 && line.Substring(0, indexOfColon).Contains(' ') &&
|
||||
else if (count == 1 && newTextNoHtml.Length > 1 && indexOfColon > 15 && line.Substring(0, indexOfColon).Contains(' ') &&
|
||||
!".?!".Contains(newTextNoHtml[newTextNoHtml.Length - 1]) && newText.LineEndsWithHtmlTag(true) &&
|
||||
line != line.ToUpper())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user