undo a change (it was only a test) committed by mistake.
This commit is contained in:
parent
1406341d2d
commit
a20f757d8c
|
@ -851,7 +851,7 @@ int PAD::GetSolderMaskExpansion() const
|
||||||
{
|
{
|
||||||
// Pads defined only on mask layers (and perhaps on other tech layers) use the shape
|
// Pads defined only on mask layers (and perhaps on other tech layers) use the shape
|
||||||
// defined by the pad settings only
|
// defined by the pad settings only
|
||||||
if( !IsOnCopperLayer() && !HasHole() )
|
if( !IsOnCopperLayer() )
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
int margin = m_localSolderMaskMargin;
|
int margin = m_localSolderMaskMargin;
|
||||||
|
|
Loading…
Reference in New Issue