mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Merge pull request #8120 from ivandrofly/issues/nikse-combobox-8119
Fixes #8119
This commit is contained in:
commit
c34570f123
@ -702,10 +702,6 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
_textBox.Focus();
|
||||
_textBox.SelectionLength = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
Focus();
|
||||
}
|
||||
}
|
||||
|
||||
private void TextBoxTextChanged(object sender, EventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user