Eeschema minor bugfix: hide pin targets for junction dots

This commit is contained in:
unknown 2015-06-10 20:32:25 +02:00 committed by jean-pierre charras
parent 6f2c2db274
commit 64df4ce7ef
1 changed files with 1 additions and 0 deletions

View File

@ -1658,6 +1658,7 @@ bool SCH_COMPONENT::IsPinDanglingStateChanged( std::vector<DANGLING_END_ITEM> &a
case WIRE_START_END: case WIRE_START_END:
case WIRE_END_END: case WIRE_END_END:
case NO_CONNECT_END: case NO_CONNECT_END:
case JUNCTION_END:
if( pin_position == each_item.GetPosition() ) if( pin_position == each_item.GetPosition() )
m_isDangling[aPin] = false; m_isDangling[aPin] = false;
break; break;