GENCAD Export only produces a single pad - Fix
This commit is contained in:
committed by
Wayne Stambaugh
parent
661d002234
commit
185491f2b8
@@ -596,6 +596,8 @@ int PADSTACK::Compare( const PADSTACK* aPadstackRef, const PADSTACK* aPadstackCm
|
||||
};
|
||||
|
||||
aPadstackRef->ForEachUniqueLayer( compareCopperProps );
|
||||
if( diff )
|
||||
return diff;
|
||||
|
||||
if( ( diff = static_cast<int>( aPadstackRef->DrillShape() ) -
|
||||
static_cast<int>( aPadstackCmp->DrillShape() ) ) != 0 )
|
||||
|
||||
Reference in New Issue
Block a user