diff --git a/eeschema/tools/ee_selection_tool.cpp b/eeschema/tools/ee_selection_tool.cpp index 3686502b00..0fab8e6d42 100644 --- a/eeschema/tools/ee_selection_tool.cpp +++ b/eeschema/tools/ee_selection_tool.cpp @@ -1601,7 +1601,7 @@ bool EE_SELECTION_TOOL::doSelectionMenu( EE_COLLECTOR* aCollector ) { selectAll = false; current = nullptr; - expandSelection = true; + expandSelection = false; } } else if( evt->Action() == TA_CHOICE_MENU_CLOSED )