mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
GENCAD Export only produces a single pad - Fix
This commit is contained in:
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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user