mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +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 );
|
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 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user