diff --git a/eeschema/cross-probing.cpp b/eeschema/cross-probing.cpp index b30924ee35..c48e8cc749 100644 --- a/eeschema/cross-probing.cpp +++ b/eeschema/cross-probing.cpp @@ -119,8 +119,7 @@ SCH_ITEM* SCH_EDITOR_CONTROL::FindSymbolAndItem( const wxString& aReference, if( crossProbingSettings.center_on_items ) { - m_frame->GetCanvas()->GetViewControls()->SetCrossHairCursorPosition( pos, false ); - m_frame->CenterScreen( pos, false ); + m_frame->FocusOnLocation( pos ); if( crossProbingSettings.zoom_to_fit ) {