Fix some misplaced parens.
Fixes: lp:1818449 * https://bugs.launchpad.net/kicad/+bug/1818449
This commit is contained in:
parent
f11de08fa9
commit
2ad40ad10a
|
@ -412,14 +412,15 @@ SEARCH_RESULT GENERAL_COLLECTOR::Inspect( EDA_ITEM* testItem, void* testData )
|
||||||
else if( item->HitTest( m_RefPos ) )
|
else if( item->HitTest( m_RefPos ) )
|
||||||
{
|
{
|
||||||
if( !module || module->HitTestAccurate( m_RefPos ) )
|
if( !module || module->HitTestAccurate( m_RefPos ) )
|
||||||
|
{
|
||||||
Append( item );
|
Append( item );
|
||||||
|
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if( m_Guide->IncludeSecondary() )
|
if( m_Guide->IncludeSecondary() )
|
||||||
|
|
Loading…
Reference in New Issue