This commit is contained in:
niksedk 2022-12-18 09:34:08 +01:00
parent 64ea43c492
commit c406775bb8
2 changed files with 8 additions and 0 deletions

View File

@ -50,6 +50,10 @@ namespace Nikse.SubtitleEdit.Core.Common
mergedIndexes.Add(i - 1);
}
}
else
{
break;
}
}
}

View File

@ -195,6 +195,10 @@ namespace Nikse.SubtitleEdit.Forms
mergedIndexes.Add(i - 1);
}
}
else
{
break;
}
}
if (!removed.Contains(i - 1) && lineNumbers.Count > 0 && clearFixes)