Handle blind/buried vias in connectivity
This commit is contained in:
parent
ab17f4b7b5
commit
b351bec0d7
|
@ -263,7 +263,8 @@ CN_ITEM* CN_LIST::Add( ARC* aArc )
|
|||
|
||||
m_items.push_back( item );
|
||||
item->AddAnchor( via->GetStart() );
|
||||
item->SetLayers( LAYER_RANGE( F_Cu, B_Cu ) );
|
||||
|
||||
item->SetLayers( LAYER_RANGE( via->TopLayer(), via->BottomLayer() ) );
|
||||
addItemtoTree( item );
|
||||
SetDirty();
|
||||
return item;
|
||||
|
|
Loading…
Reference in New Issue