Fix netnames.

This commit is contained in:
Alex 2023-01-27 19:35:23 +03:00
parent f4e22cdcdb
commit 8603c06ef3
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ NETINFO_ITEM::NETINFO_ITEM( BOARD* aParent, const wxString& aNetName, int aNetCo
m_netCode( aNetCode ),
m_netname( aNetName ),
m_shortNetname( m_netname.AfterLast( '/' ) ),
m_unescapedShortNetname( UnescapeString( m_shortNetname ) ),
m_isCurrent( true )
{
m_parent = aParent;