diff --git a/src/ui/Controls/NikseComboBox.cs b/src/ui/Controls/NikseComboBox.cs index 4f2cb7be5..f0527957b 100644 --- a/src/ui/Controls/NikseComboBox.cs +++ b/src/ui/Controls/NikseComboBox.cs @@ -79,7 +79,6 @@ namespace Nikse.SubtitleEdit.Controls internal void SelectedIndexReset() { _selectedIndex = -1; - _textBox.Text = string.Empty; } private int _selectedIndex = -1;