diff --git a/src/Forms/SpellCheck.cs b/src/Forms/SpellCheck.cs index a6528768e..fe6e4c297 100644 --- a/src/Forms/SpellCheck.cs +++ b/src/Forms/SpellCheck.cs @@ -1009,7 +1009,6 @@ namespace Nikse.SubtitleEdit.Forms LoadDictionaries(dictionaryFolder, dictionary); - _currentIndex = 0; if (startLine >= 0 && startLine < _subtitle.Paragraphs.Count) _currentIndex = startLine;