mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix qa for eeschema
Need to note bus entry position even if we don't care about the junction
This commit is contained in:
parent
87ccb2abc0
commit
5375e27415
@ -72,6 +72,11 @@ POINT_INFO JUNCTION_HELPERS::AnalyzePoint( const EE_RTREE& aItems, const VECTOR2
|
||||
|| item->Type() == SCH_SYMBOL_T )
|
||||
{
|
||||
filtered.insert( item );
|
||||
|
||||
if( item->Type() == SCH_BUS_WIRE_ENTRY_T )
|
||||
{
|
||||
info.hasBusEntry = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user