mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
Working on spell check
This commit is contained in:
parent
909fadbd45
commit
651219ae3b
@ -1009,7 +1009,6 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
|
||||
LoadDictionaries(dictionaryFolder, dictionary);
|
||||
|
||||
|
||||
_currentIndex = 0;
|
||||
if (startLine >= 0 && startLine < _subtitle.Paragraphs.Count)
|
||||
_currentIndex = startLine;
|
||||
|
Loading…
Reference in New Issue
Block a user