mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Fix "double dash" issue in "Fix common errors" - thx Joel :)
This commit is contained in:
parent
4a29a296c6
commit
499c27063b
@ -822,6 +822,13 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
_newLog.Clear();
|
||||
|
||||
Subtitle = new Subtitle(FixedSubtitle, false);
|
||||
|
||||
if (listView1.Items[IndexFixDoubleDash].Checked)
|
||||
{
|
||||
var fixItem = (FixItem)listView1.Items[IndexFixDoubleDash].Tag;
|
||||
fixItem.Action.Invoke();
|
||||
}
|
||||
|
||||
if (listView1.Items[IndexFixOcrErrorsViaReplaceList].Checked)
|
||||
{
|
||||
var fixItem = (FixItem)listView1.Items[IndexFixOcrErrorsViaReplaceList].Tag;
|
||||
|
Loading…
Reference in New Issue
Block a user