From 55e34592a65a87b12c708318a3c301eafa8cf064 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Mon, 15 Feb 2021 10:53:17 -0800 Subject: [PATCH] Fix expand selection option in Eeschema --- eeschema/tools/ee_selection_tool.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eeschema/tools/ee_selection_tool.cpp b/eeschema/tools/ee_selection_tool.cpp index c545b115d6..70bba3a65d 100644 --- a/eeschema/tools/ee_selection_tool.cpp +++ b/eeschema/tools/ee_selection_tool.cpp @@ -1575,8 +1575,9 @@ bool EE_SELECTION_TOOL::doSelectionMenu( EE_COLLECTOR* aCollector ) } else { - selectAll = false; - current = nullptr; + selectAll = false; + current = nullptr; + expandSelection = true; } } else if( evt->Action() == TA_CHOICE_MENU_CLOSED )