Update net navigator when cross probing from board editor net highlight.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16838
This commit is contained in:
Wayne Stambaugh 2024-03-03 08:54:37 -05:00
parent fe1c73ed7c
commit 66925ec2a2
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ void SCH_EDIT_FRAME::ExecuteRemoteCommand( const char* cmdline )
m_highlightedConn = wxEmptyString;
GetToolManager()->RunAction( EE_ACTIONS::updateNetHighlighting );
RefreshNetNavigator();
SetStatusText( _( "Selected net:" ) + wxS( " " ) + UnescapeString( netName ) );
return;