Fix fat-finged correction in c5f97421

This commit is contained in:
Seth Hillbrand 2023-08-22 14:41:32 -07:00
parent c5f9742153
commit b9936b6d8a
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ bool parseCommonPnsProps( PNS::ITEM* aItem, const wxString& cmd, wxStringTokeniz
{
if( aItem->Parent() && aItem->Parent()->GetBoard() )
{
aItem->Parent()->GetBoard()->FindNet( aTokens.GetNextToken() );
aItem->SetNet( aItem->Parent()->GetBoard()->FindNet( aTokens.GetNextToken() ) );
return true;
}