Loading pcbnew/tools/selection_tool.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -210,11 +210,8 @@ void SELECTION_TOOL::selectSingle( const VECTOR2I& aWhere ) { BOARD_ITEM* boardItem = ( collector )[i]; if( boardItem->Type() == PCB_MODULE_T ) { wxLogDebug( wxT( "Removing %s" ), boardItem->GetSelectMenuText() ); collector.Remove( i ); } } // Let's see if there is still disambiguation in selection.. if( collector.GetCount() == 1 ) Loading Loading
pcbnew/tools/selection_tool.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -210,11 +210,8 @@ void SELECTION_TOOL::selectSingle( const VECTOR2I& aWhere ) { BOARD_ITEM* boardItem = ( collector )[i]; if( boardItem->Type() == PCB_MODULE_T ) { wxLogDebug( wxT( "Removing %s" ), boardItem->GetSelectMenuText() ); collector.Remove( i ); } } // Let's see if there is still disambiguation in selection.. if( collector.GetCount() == 1 ) Loading