diff --git a/eeschema/cross-probing.cpp b/eeschema/cross-probing.cpp index 7add8108c5..9795d4a736 100644 --- a/eeschema/cross-probing.cpp +++ b/eeschema/cross-probing.cpp @@ -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;