diff --git a/eeschema/cross-probing.cpp b/eeschema/cross-probing.cpp index bc51216b1d..7937507534 100644 --- a/eeschema/cross-probing.cpp +++ b/eeschema/cross-probing.cpp @@ -102,7 +102,10 @@ void SCH_EDIT_FRAME::ExecuteRemoteCommand( const char* cmdline ) if( strcmp( idcmd, "$CLEAR:" ) == 0 ) { if( text && strcmp( text, "HIGHLIGHTED" ) == 0 ) + { GetCanvas()->GetView()->HighlightItem( nullptr, nullptr ); + GetCanvas()->Refresh(); + } return; }