bugfix 1324144: broken PNS dragging
This commit is contained in:
parent
47c1edd7ca
commit
707f5cd6e6
|
@ -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:
|
||||||
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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue