This commit is contained in:
Kathy Ruffing 2010-03-25 11:22:38 +00:00
parent acc15d2cd6
commit 6dada0aa06

View File

@ -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.