This commit is contained in:
niksedk 2023-08-05 23:58:02 +02:00
parent 0a4092c354
commit a5ab6319f5

View File

@ -79,7 +79,6 @@ namespace Nikse.SubtitleEdit.Controls
internal void SelectedIndexReset()
{
_selectedIndex = -1;
_textBox.Text = string.Empty;
}
private int _selectedIndex = -1;