diff --git a/eeschema/tools/sch_editor_control.cpp b/eeschema/tools/sch_editor_control.cpp index 575d655959..c880785479 100644 --- a/eeschema/tools/sch_editor_control.cpp +++ b/eeschema/tools/sch_editor_control.cpp @@ -633,8 +633,7 @@ int SCH_EDITOR_CONTROL::SimProbe( const TOOL_EVENT& aEvent ) [this, simFrame]( const VECTOR2D& aPosition ) { EE_SELECTION_TOOL* selTool = m_toolMgr->GetTool(); - EDA_ITEM* item = nullptr; - selTool->SelectPoint( aPosition, wiresAndPins, &item ); + EDA_ITEM* item = selTool->GetNode( aPosition ); if( !item ) return false;