mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-11 00:30:01 +00:00
Fix copy pasta.
This commit is contained in:
parent
2f6c9d1f3a
commit
43c45f3ee8
@ -943,7 +943,7 @@ static void isBlindBuriedViaFunc( LIBEVAL::CONTEXT* aCtx, void* self )
|
||||
aCtx->Push( result );
|
||||
|
||||
if( item && item->Type() == PCB_VIA_T
|
||||
&& static_cast<PCB_VIA*>( item )->GetViaType() == VIATYPE::MICROVIA )
|
||||
&& static_cast<PCB_VIA*>( item )->GetViaType() == VIATYPE::BLIND_BURIED )
|
||||
{
|
||||
result->Set ( 1.0 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user