mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 03:33:18 +01:00
Multiple replace - moving rules up/down now has effect instantly
This commit is contained in:
parent
b433ce5c9d
commit
97a57cfca7
@ -458,6 +458,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
listViewReplaceList.Items[index].Selected = false;
|
||||
listViewReplaceList.Items[index2].Selected = true;
|
||||
SaveReplaceList(false);
|
||||
GeneratePreview();
|
||||
}
|
||||
|
||||
private void moveDownToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user