mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
parent
31ed11f60a
commit
ccbec285f3
@ -709,10 +709,6 @@ namespace Nikse.SubtitleEdit.Controls
|
|||||||
_textBox.Focus();
|
_textBox.Focus();
|
||||||
_textBox.SelectionLength = 0;
|
_textBox.SelectionLength = 0;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
Focus();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void TextBoxTextChanged(object sender, EventArgs e)
|
private void TextBoxTextChanged(object sender, EventArgs e)
|
||||||
|
Loading…
Reference in New Issue
Block a user