Selected is not the same as highlighted.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/19976
This commit is contained in:
Jeff Young 2025-08-06 15:27:23 +01:00
parent e16c8fdba0
commit 54d8cf10fc

View File

@ -233,7 +233,7 @@ void SCH_EDIT_FRAME::ExecuteRemoteCommand( const char* cmdline )
GetToolManager()->RunAction( SCH_ACTIONS::updateNetHighlighting ); GetToolManager()->RunAction( SCH_ACTIONS::updateNetHighlighting );
RefreshNetNavigator(); RefreshNetNavigator();
SetStatusText( _( "Selected net:" ) + wxS( " " ) + UnescapeString( netName ) ); SetStatusText( _( "Highlighted net:" ) + wxS( " " ) + UnescapeString( netName ) );
return; return;
} }
else if( strcmp( idcmd, "$CLEAR:" ) == 0 ) else if( strcmp( idcmd, "$CLEAR:" ) == 0 )