Commit 707f5cd6 authored by Maciej Suminski's avatar Maciej Suminski

bugfix 1324144: broken PNS dragging

parent 47c1edd7
...@@ -232,6 +232,7 @@ PNS_ITEM* PNS_ROUTER::syncVia( VIA* aVia ) ...@@ -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() );
......
...@@ -105,7 +105,7 @@ public: ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment