Complete roll back of changes made in revision 336
This commit is contained in:
parent
269ac2915b
commit
0d403649d5
|
@ -171,13 +171,6 @@ int WinEDA_BasePcbFrame::ReadListeSegmentDescr( wxDC* DC, FILE* File,
|
||||||
&PtSegm->m_Drill );
|
&PtSegm->m_Drill );
|
||||||
|
|
||||||
PtSegm->m_Width = width;
|
PtSegm->m_Width = width;
|
||||||
|
|
||||||
if( makeType == TYPEVIA )
|
|
||||||
{
|
|
||||||
// a THROUGH HOLE VIA always connects all layers
|
|
||||||
if ( shape == THROUGH_VIA )
|
|
||||||
layer = (COPPER_LAYER_N << 4) + LAYER_CMP_N;
|
|
||||||
}
|
|
||||||
PtSegm->m_Shape = shape;
|
PtSegm->m_Shape = shape;
|
||||||
|
|
||||||
if( arg_count < 7 )
|
if( arg_count < 7 )
|
||||||
|
|
Loading…
Reference in New Issue