diff --git a/pcbnew/tools/pcb_selection_tool.cpp b/pcbnew/tools/pcb_selection_tool.cpp index d9b1e1e660..20bd2b454e 100644 --- a/pcbnew/tools/pcb_selection_tool.cpp +++ b/pcbnew/tools/pcb_selection_tool.cpp @@ -1183,8 +1183,7 @@ int PCB_SELECTION_TOOL::expandConnection( const TOOL_EVENT& aEvent ) m_frame->SetStatusText( wxEmptyString ); // Inform other potentially interested tools - if( m_selection.Size() > 0 ) - m_toolMgr->ProcessEvent( EVENTS::SelectedEvent ); + m_toolMgr->ProcessEvent( EVENTS::SelectedEvent ); return 0; }