This commit is contained in:
parent
acc15d2cd6
commit
6dada0aa06
@ -281,6 +281,7 @@ namespace VEPROMS.CSLA.Library
|
||||
void myItemInfo_Deleted(object sender)
|
||||
{
|
||||
VETreeNode parnode = Parent as VETreeNode;
|
||||
if (parnode == null) return;
|
||||
PartInfo pi = parnode.VEObject as PartInfo;
|
||||
Remove();
|
||||
// get rid of 'Steps', 'RNOs', i.e. grouping nodes, if there are no children.
|
||||
|
Loading…
x
Reference in New Issue
Block a user