mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
All junction dots to be placed on overlaps
This commit is contained in:
parent
81ceb8d123
commit
b6b8a6d465
@ -92,7 +92,7 @@ POINT_INFO JUNCTION_HELPERS::AnalyzePoint( const EE_RTREE& aItems, const VECTOR2
|
||||
|
||||
do
|
||||
{
|
||||
if( info.hasExplicitJunctionDot )
|
||||
if( info.hasExplicitJunctionDot || aBreakCrossings )
|
||||
break;
|
||||
|
||||
merged = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user