diff --git a/pcbnew/tools/selection_tool.cpp b/pcbnew/tools/selection_tool.cpp index 9dad55bda7..95c6bb81b2 100644 --- a/pcbnew/tools/selection_tool.cpp +++ b/pcbnew/tools/selection_tool.cpp @@ -245,10 +245,8 @@ int SELECTION_TOOL::Main( const TOOL_EVENT& aEvent ) { bool selectionCancelled = false; - if( m_selection.Empty() || - !m_selection.GetBoundingBox().Contains( wxPoint( evt->Position() ) ) ) + if( m_selection.Empty() ) { - ClearSelection(); selectPoint( evt->Position(), false, &selectionCancelled ); m_selection.SetIsHover( true ); }