From 651219ae3b54870f9feaec3404d593542244a1d5 Mon Sep 17 00:00:00 2001 From: ivandrofly Date: Sat, 14 Feb 2015 17:13:49 +0000 Subject: [PATCH] Working on spell check --- src/Forms/SpellCheck.cs | 1 - 1 file changed, 1 deletion(-) 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;