Merge pull request #8120 from ivandrofly/issues/nikse-combobox-8119

Fixes #8119
This commit is contained in:
Nikolaj Olsson 2024-04-03 17:37:38 +02:00 committed by GitHub
commit c34570f123
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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