Fix selecting whole word in "OCR spell check" - thx shag00 :)

Related to #3904 comment https://github.com/SubtitleEdit/subtitleedit/issues/3904#issuecomment-573299611
This commit is contained in:
Nikolaj Olsson 2020-01-11 10:55:43 +01:00
parent b9af4c6c30
commit fdd6a6f63e

View File

@ -359,6 +359,7 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
{
HighLightWord(richTextBoxParagraph, textBoxWord.Text);
ButtonEditWordClick(null, null);
textBoxWord.SelectAll();
}
}
}