mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Fix #6532
This commit is contained in:
parent
64ea43c492
commit
c406775bb8
@ -50,6 +50,10 @@ namespace Nikse.SubtitleEdit.Core.Common
|
||||
mergedIndexes.Add(i - 1);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -195,6 +195,10 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
mergedIndexes.Add(i - 1);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (!removed.Contains(i - 1) && lineNumbers.Count > 0 && clearFixes)
|
||||
|
Loading…
Reference in New Issue
Block a user