Collapse FP_* down into their PCB_* equivalents.

This commit is contained in:
Jeff Young
2023-03-31 22:57:46 +01:00
parent 7695d510d6
commit bbd6c80507
174 changed files with 2623 additions and 6962 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ bool collidesWithArea( BOARD_ITEM* aItem, PCB_EXPR_CONTEXT* aCtx, ZONE* aArea )
return false;
}
if( aItem->Type() == PCB_ZONE_T || aItem->Type() == PCB_FP_ZONE_T )
if( aItem->Type() == PCB_ZONE_T )
{
ZONE* zone = static_cast<ZONE*>( aItem );