@ -748,8 +748,22 @@ public class TransformDesignToPartDialog extends AbstractAIFDialog implements Ac
}
win.save();
win.unlock();
try {
}catch(Exception e) {
TCComponent[] comps=parentRev.getTCProperty("structure_revisions").getReferenceValueArray();
if(comps.length>0) {
parentRev.remove("structure_revisions", comps[0]);
comps[0].lock();
comps[0].delete();;
e.printStackTrace();
throw e;
}finally {