B2020-097 and B2020-098: In Step editor, Deleting of sections with transition to section

This commit is contained in:
2020-07-28 12:48:49 +00:00
parent ae93427f2b
commit daa87765d1
2 changed files with 28 additions and 5 deletions

View File

@@ -3367,11 +3367,6 @@ namespace Volian.Controls.Library
MyEditItem.MyStepPanel.OnWordSectionClose(sender, args);
}
MyEditItem.RemoveItem();
if (!si.IsStepSection)
{
WordSectionEventArgs args = new WordSectionEventArgs(si);
MyEditItem.MyStepPanel.OnWordSectionDeleted(sender, args);
}
}
return;
}