Fix fat-finged correction in c5f97421
This commit is contained in:
parent
c5f9742153
commit
b9936b6d8a
|
@ -108,7 +108,7 @@ bool parseCommonPnsProps( PNS::ITEM* aItem, const wxString& cmd, wxStringTokeniz
|
||||||
{
|
{
|
||||||
if( aItem->Parent() && aItem->Parent()->GetBoard() )
|
if( aItem->Parent() && aItem->Parent()->GetBoard() )
|
||||||
{
|
{
|
||||||
aItem->Parent()->GetBoard()->FindNet( aTokens.GetNextToken() );
|
aItem->SetNet( aItem->Parent()->GetBoard()->FindNet( aTokens.GetNextToken() ) );
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue