Fix expand selection option in Eeschema

This commit is contained in:
Seth Hillbrand 2021-02-15 10:53:17 -08:00
parent 6598182b28
commit 55e34592a6
1 changed files with 3 additions and 2 deletions

View File

@ -1577,6 +1577,7 @@ bool EE_SELECTION_TOOL::doSelectionMenu( EE_COLLECTOR* aCollector )
{ {
selectAll = false; selectAll = false;
current = nullptr; current = nullptr;
expandSelection = true;
} }
} }
else if( evt->Action() == TA_CHOICE_MENU_CLOSED ) else if( evt->Action() == TA_CHOICE_MENU_CLOSED )