bugfix 1324144: broken PNS dragging

This commit is contained in:
Maciej Suminski 2014-05-28 19:21:12 +02:00
parent 47c1edd7ca
commit 707f5cd6e6
2 changed files with 2 additions and 1 deletions

View File

@ -232,6 +232,7 @@ PNS_ITEM* PNS_ROUTER::syncVia( VIA* aVia )
aVia->GetPosition(),
PNS_LAYERSET( 0, 15 ),
aVia->GetWidth(),
aVia->GetDrillValue(),
aVia->GetNetCode() );
v->SetDrill ( aVia->GetDrill() );