router: respect NPTH holes too

This commit is contained in:
Tomasz Wlostowski 2015-03-11 23:48:53 +01:00 committed by Maciej Suminski
parent e9bc7b58cc
commit aeddbb51ff
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ PNS_ITEM* PNS_ROUTER::syncPad( D_PAD* aPad )
break;
case PAD_SMD:
case PAD_HOLE_NOT_PLATED:
case PAD_CONN:
{
LSET lmsk = aPad->GetLayerSet();