mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
Reset fields when deleting the last multiple replace group
This commit is contained in:
parent
6285120d71
commit
68527b4314
@ -904,6 +904,11 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
if (groups.Count == 0)
|
||||
{
|
||||
groupBoxReplaces.Text = string.Empty;
|
||||
textBoxFind.Text = string.Empty;
|
||||
textBoxReplace.Text = string.Empty;
|
||||
textBoxDescription.Text = string.Empty;
|
||||
textBoxDescription.Text = string.Empty;
|
||||
radioButtonNormal.Checked = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user