mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +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
|
do
|
||||||
{
|
{
|
||||||
if( info.hasExplicitJunctionDot )
|
if( info.hasExplicitJunctionDot || aBreakCrossings )
|
||||||
break;
|
break;
|
||||||
|
|
||||||
merged = false;
|
merged = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user