mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Selected is not the same as highlighted.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19976
This commit is contained in:
parent
e16c8fdba0
commit
54d8cf10fc
@ -233,7 +233,7 @@ void SCH_EDIT_FRAME::ExecuteRemoteCommand( const char* cmdline )
|
||||
GetToolManager()->RunAction( SCH_ACTIONS::updateNetHighlighting );
|
||||
RefreshNetNavigator();
|
||||
|
||||
SetStatusText( _( "Selected net:" ) + wxS( " " ) + UnescapeString( netName ) );
|
||||
SetStatusText( _( "Highlighted net:" ) + wxS( " " ) + UnescapeString( netName ) );
|
||||
return;
|
||||
}
|
||||
else if( strcmp( idcmd, "$CLEAR:" ) == 0 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user