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(), aVia->GetPosition(),
PNS_LAYERSET( 0, 15 ), PNS_LAYERSET( 0, 15 ),
aVia->GetWidth(), aVia->GetWidth(),
aVia->GetDrillValue(),
aVia->GetNetCode() ); aVia->GetNetCode() );
v->SetDrill ( aVia->GetDrill() ); v->SetDrill ( aVia->GetDrill() );

View File

@ -105,7 +105,7 @@ public:
return &m_shape; return &m_shape;
} }
PNS_VIA* Clone ( ) const; PNS_VIA* Clone() const;
const SHAPE_LINE_CHAIN Hull( int aClearance = 0, int aWalkaroundThickness = 0 ) const; const SHAPE_LINE_CHAIN Hull( int aClearance = 0, int aWalkaroundThickness = 0 ) const;