Fix fat fingered error
This commit is contained in:
parent
ae1004776f
commit
b39fb3374d
|
@ -225,7 +225,7 @@ void EE_INSPECTION_TOOL::checkPart( LIB_PART* aPart )
|
|||
// "pin" is off grid here.
|
||||
offgrid_error++;
|
||||
|
||||
if( aPart->HasConversion() && next->GetConvert() )
|
||||
if( aPart->HasConversion() && pin->GetConvert() )
|
||||
{
|
||||
if( aPart->GetUnitCount() <= 1 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue