Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
This commit is contained in:
Ivandro Jao 2024-04-02 13:27:22 +01:00
parent 31ed11f60a
commit ccbec285f3

View File

@ -709,10 +709,6 @@ namespace Nikse.SubtitleEdit.Controls
_textBox.Focus();
_textBox.SelectionLength = 0;
}
else
{
Focus();
}
}
private void TextBoxTextChanged(object sender, EventArgs e)