B2018-142 – added Null checks so that an un-linked background document can be deleted
This commit is contained in:
parent
5fb0136cbb
commit
dad929da41
@ -319,6 +319,7 @@ namespace Volian.Controls.Library
|
||||
if (btn.Name.StartsWith("btnEnhancedTo"))
|
||||
{
|
||||
MyEditItem.SaveContents();
|
||||
if(ii!=null) // B2018-142 to allow for the deletion of an un-linked background procedure
|
||||
MyEditItem.MyStepPanel.MyStepTabPanel.MyDisplayTabControl.OpenItem(ii);
|
||||
}
|
||||
else if (btn.Name.Contains("Unlink"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user