Fix typo in expand-selection-disambiguation menu logic.

Fixes https://gitlab.com/kicad/code/kicad/issues/7654
This commit is contained in:
Jeff Young 2021-02-23 22:08:36 +00:00
parent 7e2b0e63f1
commit 7318417ca4
1 changed files with 1 additions and 1 deletions

View File

@ -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 )