From 742529da26ec5f207ca5c81eef07952f3e66288c Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Sun, 3 Mar 2024 08:54:37 -0500 Subject: [PATCH] Update net navigator when cross probing from board editor net highlight. Fixes https://gitlab.com/kicad/code/kicad/-/issues/16838 (cherry picked from commit 66925ec2a20757b54ee22fa5b2b888113aab7006) --- eeschema/cross-probing.cpp | 1 + 1 file changed, 1 insertion(+) 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;