PNS: make sure context options are used in collideSimple
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14659
(cherry picked from commit 89aae88e96
)
This commit is contained in:
parent
24d95b410d
commit
253ff41819
|
@ -139,7 +139,7 @@ bool ITEM::collideSimple( const ITEM* aHead, const NODE* aNode,
|
|||
}
|
||||
else
|
||||
{
|
||||
clearance = aNode->GetClearance( this, aHead );
|
||||
clearance = aNode->GetClearance( this, aHead, aCtx->options.m_useClearanceEpsilon );
|
||||
}
|
||||
|
||||
if( clearance >= 0 )
|
||||
|
|
Loading…
Reference in New Issue